Shades of Dark Pastel Green #12BD41
Tints of Dark Pastel Green #12BD41
RGB
CMYK
RGB Variations
Color information
#12BD41 (or 0x12BD41) is known color: Dark Pastel Green. HEX triplet: 12, BD and 41. RGB value is (18,189,65). Sum of RGB (Red+Green+Blue) = 18+189+65=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BD41 is #ED42BE. Grayscale: #7C7C7C. Windows color (decimal): -15549119 or 4308242. OLE color: 4308242.
HSL color Cylindrical-coordinate representation of color #12BD41: hue angle of 136.49º 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 #12BD41 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 65 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.26 |
| HSL | 136.49º | 0.83% | 0.41% | - |
| HSV(B) | 136.49º | 0.9% | 0.74% | - |
| XYZ | 19.4 | 36.91 | 11.1 | - |
| YUV | 123.74 | 94.85 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 65 | 0.90 | 0 | 0.66 | 0.26 | 136.49 | 0.83 | 0.41 |
| Hex | 12 | BD | 41 | 5A | 0 | 42 | 1A | 88 | 53 | 29 |
| Octal | 22 | 275 | 101 | 132 | 0 | 102 | 32 | 210 | 123 | 51 |
| Binary | 10010 | 10111101 | 1000001 | 1011010 | 0 | 1000010 | 11010 | 10001000 | 1010011 | 101001 |
Color Harmonies of #12BD41
Complementary color
Monochromatic Colors of #12BD41
Black with #12BD41
Text Example
Text Example
White with #12BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD41; }
p { color: rgb(18,189,65); }
H1.HeaderClassName
{
color: #12BD41;
}
.AnyTagClassName
{
color: #12BD41;
}
</style>
background-color css
<style>
a { background-color: #12BD41; }
a { background-color: rgb(18,189,65); }
div.DivClassName
{
background-color: #12BD41;
}
.BgClassName
{
background-color: #12BD41;
}
</style>
border-color css
<style>
span { border-color: #12BD41; }
span { border-color: rgb(18,189,65); }
td.TdClassName
{
border-color: #12BD41;
}
.TagClassName
{
border-color: #12BD41;
}
</style>