COLOR #12BD54

HEX: #12BD54 RGB: (18,189,84)

Color info

#12BD54 contains mainly green color. Web safe color of #12BD54 is #00CC66 (or #0C6).

RGB color model

#12BD54 color RGB value is (18,189,84).

RGB: (18,189,84) (7%, 74%, 33%)

RGB channels and saturation

R 18 of 255 = 7%
G 189 of 255 = 74%
B 84 of 255 = 33%

18
189
84

R + G + B ~ 38%. #12BD54 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 189 + 84 = 291 (100%)
R 18 of 291 ~ 6.19%
G 189 of 291 ~ 64.95%
B 84 of 291 ~ 28.87'%

%64.95
%28.87

CMYK color model

#12BD54 color CMYK value is (90,0,56,26).

  • cyan value is 90.48%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 25.88%
CMYK: (90,0,56,26) C90M0Y56K26 (90%,0%,56%,26%) (0.90/0.00/0.56/0.26) 

CMYK percentages

%90.48
%0
%55.56
%25.88

Codes

Color #12BD54 in popluar color models

12 BD 54
RGB 18 189 84
HSL 143° 82.61% 40.59%
HSB/HSV 143° 90.48% 74.12%
CMYK 90.48% 0.00% 55.56%
25.88%

Color #12BD54 in popluar number systems.

HEX 12 BD 54
Decimal 18 189 84
Binary 10010 10111101 1010100
Octal 22 275 124

Shades and tints

Shades of #12BD54

#12BD54
(18,189,84)
#11AC4D
(17,172,77)
#109B46
(16,155,70)
#0F8A3F
(15,138,63)
#0E7938
(14,121,56)
#0D6831
(13,104,49)
#0C572A
(12,87,42)
#0B4623
(11,70,35)
#0A351C
(10,53,28)
#092415
(9,36,21)
#08130E
(8,19,14)
#000000
(0,0,0)

Tints of #12BD54

#12BD54
(18,189,84)
#27C363
(39,195,99)
#3CC972
(60,201,114)
#51CF81
(81,207,129)
#66D590
(102,213,144)
#7BDB9F
(123,219,159)
#90E1AE
(144,225,174)
#A5E7BD
(165,231,189)
#BAEDCC
(186,237,204)
#CFF3DB
(207,243,219)
#E4F9EA
(228,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12BD54 color. Also use rgb(18,189,84) instead hex code.

Text Font Color

.myTextColor { color: #12BD54; }

<p style="color:#12BD54">This sample text font color is #12BD54.</p>

This text font color is #12BD54.

Background Color

.myBgColor { background-color: #12BD54; }

<div style="background-color:#12BD54">Inner text</div>

This div background color is #12BD54.

Border color

.myBorderColor { border: 1px solid #12BD54; }

<div style="border:3px solid #12BD54">Div</div>

This div border color is #12BD54.

Opacity

.myOpacity80 { color: #12BD54; opacity: 0.8; }

<p style="color:#12BD54;opacity:0.8;">80%</p>

Text with #12BD54 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #12BD54;}

<p style="text-shadow: 3px 3px 1px #12BD54">Text here.</p>

This text has shadow with #12BD54 color.


.textShadow {text-shadow: 3px 3px 1px #12BD54', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #12BD54, 5px 5px 20px red">Text here.</p>

This text has shadow with #12BD54 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#12BD54, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#12BD54, Direction=45, Strength=4)">Text</p>

This text has shadow with #12BD54 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #12BD54;
-webkit-box-shadow: 1px 1px 3px 2px #12BD54;
box-shadow: 1px 1px 3px 2px #12BD54;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12BD54; -webkit-box-shadow: 1px 1px 3px 2px #12BD54; box-shadow:1px 1px 3px 2px #12BD54;">
Div content here
</div>

This div box has shadow with color #12BD54.

Preview

Color preview on black background

This text has color #12BD54 on black background.


Color preview on white background

This text has color #12BD54 on white background.


Black color preview on #12BD54 background

This text has black color on #12BD54 background.


White color preview on #12BD54 background

This text has white color on #12BD54 background.


Related colors

Complementary color

Complementary color for #hex is #ED42AB.


I love getcolorcode.com

Triadic colors

1 #5412BD and #BD5412 with #12BD54 are triadic colors.

2 #54BD12 and #BD1254 with #12BD54 are triadic colors.