Shades of Dark Pastel Green #12BD24
Tints of Dark Pastel Green #12BD24
RGB
CMYK
RGB Variations
Color information
#12BD24 (or 0x12BD24) is known color: Dark Pastel Green. HEX triplet: 12, BD and 24. RGB value is (18,189,36). Sum of RGB (Red+Green+Blue) = 18+189+36=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 189 (74.22% from 255 or 77.78% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BD24 is #ED42DB. Grayscale: #787878. Windows color (decimal): -15549148 or 2407698. OLE color: 2407698.
HSL color Cylindrical-coordinate representation of color #12BD24: hue angle of 126.32º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD24 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 36 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.26 |
| HSL | 126.32º | 0.83% | 0.41% | - |
| HSV(B) | 126.32º | 0.9% | 0.74% | - |
| XYZ | 18.77 | 36.65 | 7.75 | - |
| YUV | 120.43 | 80.35 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 36 | 0.90 | 0 | 0.81 | 0.26 | 126.32 | 0.83 | 0.41 |
| Hex | 12 | BD | 24 | 5A | 0 | 51 | 1A | 7E | 53 | 29 |
| Octal | 22 | 275 | 44 | 132 | 0 | 121 | 32 | 176 | 123 | 51 |
| Binary | 10010 | 10111101 | 100100 | 1011010 | 0 | 1010001 | 11010 | 1111110 | 1010011 | 101001 |
Color Harmonies of #12BD24
Complementary color
Monochromatic Colors of #12BD24
Black with #12BD24
Text Example
Text Example
White with #12BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD24; }
p { color: rgb(18,189,36); }
H1.HeaderClassName
{
color: #12BD24;
}
.AnyTagClassName
{
color: #12BD24;
}
</style>
background-color css
<style>
a { background-color: #12BD24; }
a { background-color: rgb(18,189,36); }
div.DivClassName
{
background-color: #12BD24;
}
.BgClassName
{
background-color: #12BD24;
}
</style>
border-color css
<style>
span { border-color: #12BD24; }
span { border-color: rgb(18,189,36); }
td.TdClassName
{
border-color: #12BD24;
}
.TagClassName
{
border-color: #12BD24;
}
</style>