Shades of Dark Pastel Green #12BF40
Tints of Dark Pastel Green #12BF40
RGB
CMYK
RGB Variations
Color information
#12BF40 (or 0x12BF40) is known color: Dark Pastel Green. HEX triplet: 12, BF and 40. RGB value is (18,191,64). Sum of RGB (Red+Green+Blue) = 18+191+64=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BF40 is #ED40BF. Grayscale: #7D7D7D. Windows color (decimal): -15548608 or 4243218. OLE color: 4243218.
HSL color Cylindrical-coordinate representation of color #12BF40: hue angle of 135.95º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BF40 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 64 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.25 |
| HSL | 135.95º | 0.83% | 0.41% | - |
| HSV(B) | 135.95º | 0.91% | 0.75% | - |
| XYZ | 19.81 | 37.76 | 11.1 | - |
| YUV | 124.8 | 93.69 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 64 | 0.91 | 0 | 0.66 | 0.25 | 135.95 | 0.83 | 0.41 |
| Hex | 12 | BF | 40 | 5B | 0 | 42 | 19 | 88 | 53 | 29 |
| Octal | 22 | 277 | 100 | 133 | 0 | 102 | 31 | 210 | 123 | 51 |
| Binary | 10010 | 10111111 | 1000000 | 1011011 | 0 | 1000010 | 11001 | 10001000 | 1010011 | 101001 |
Color Harmonies of #12BF40
Complementary color
Monochromatic Colors of #12BF40
Black with #12BF40
Text Example
Text Example
White with #12BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BF40; }
p { color: rgb(18,191,64); }
H1.HeaderClassName
{
color: #12BF40;
}
.AnyTagClassName
{
color: #12BF40;
}
</style>
background-color css
<style>
a { background-color: #12BF40; }
a { background-color: rgb(18,191,64); }
div.DivClassName
{
background-color: #12BF40;
}
.BgClassName
{
background-color: #12BF40;
}
</style>
border-color css
<style>
span { border-color: #12BF40; }
span { border-color: rgb(18,191,64); }
td.TdClassName
{
border-color: #12BF40;
}
.TagClassName
{
border-color: #12BF40;
}
</style>