Shades of Dark Pastel Green #12CB34
Tints of Dark Pastel Green #12CB34
RGB
CMYK
RGB Variations
Color information
#12CB34 (or 0x12CB34) is known color: Dark Pastel Green. HEX triplet: 12, CB and 34. RGB value is (18,203,52). Sum of RGB (Red+Green+Blue) = 18+203+52=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 203 (79.69% from 255 or 74.36% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CB34 is #ED34CB. Grayscale: #828282. Windows color (decimal): -15545548 or 3459858. OLE color: 3459858.
HSL color Cylindrical-coordinate representation of color #12CB34: hue angle of 131.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CB34 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 203 | 52 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.20 |
| HSL | 131.03º | 0.84% | 0.43% | - |
| HSV(B) | 131.03º | 0.91% | 0.8% | - |
| XYZ | 22.23 | 43.09 | 10.39 | - |
| YUV | 130.47 | 83.71 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 52 | 0.91 | 0 | 0.74 | 0.20 | 131.03 | 0.84 | 0.43 |
| Hex | 12 | CB | 34 | 5B | 0 | 4A | 14 | 83 | 54 | 2B |
| Octal | 22 | 313 | 64 | 133 | 0 | 112 | 24 | 203 | 124 | 53 |
| Binary | 10010 | 11001011 | 110100 | 1011011 | 0 | 1001010 | 10100 | 10000011 | 1010100 | 101011 |
Color Harmonies of #12CB34
Complementary color
Monochromatic Colors of #12CB34
Black with #12CB34
Text Example
Text Example
White with #12CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CB34; }
p { color: rgb(18,203,52); }
H1.HeaderClassName
{
color: #12CB34;
}
.AnyTagClassName
{
color: #12CB34;
}
</style>
background-color css
<style>
a { background-color: #12CB34; }
a { background-color: rgb(18,203,52); }
div.DivClassName
{
background-color: #12CB34;
}
.BgClassName
{
background-color: #12CB34;
}
</style>
border-color css
<style>
span { border-color: #12CB34; }
span { border-color: rgb(18,203,52); }
td.TdClassName
{
border-color: #12CB34;
}
.TagClassName
{
border-color: #12CB34;
}
</style>