Shades of Dark Pastel Green #12CB42
Tints of Dark Pastel Green #12CB42
RGB
CMYK
RGB Variations
Color information
#12CB42 (or 0x12CB42) is known color: Dark Pastel Green. HEX triplet: 12, CB and 42. RGB value is (18,203,66). Sum of RGB (Red+Green+Blue) = 18+203+66=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 203 (79.69% from 255 or 70.73% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CB42 is #ED34BD. Grayscale: #848484. Windows color (decimal): -15545534 or 4377362. OLE color: 4377362.
HSL color Cylindrical-coordinate representation of color #12CB42: hue angle of 135.57º 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 #12CB42 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 203 | 66 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.20 |
| HSL | 135.57º | 0.84% | 0.43% | - |
| HSV(B) | 135.57º | 0.91% | 0.8% | - |
| XYZ | 22.59 | 43.23 | 12.31 | - |
| YUV | 132.07 | 90.71 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 66 | 0.91 | 0 | 0.67 | 0.20 | 135.57 | 0.84 | 0.43 |
| Hex | 12 | CB | 42 | 5B | 0 | 43 | 14 | 88 | 54 | 2B |
| Octal | 22 | 313 | 102 | 133 | 0 | 103 | 24 | 210 | 124 | 53 |
| Binary | 10010 | 11001011 | 1000010 | 1011011 | 0 | 1000011 | 10100 | 10001000 | 1010100 | 101011 |
Color Harmonies of #12CB42
Complementary color
Monochromatic Colors of #12CB42
Black with #12CB42
Text Example
Text Example
White with #12CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CB42; }
p { color: rgb(18,203,66); }
H1.HeaderClassName
{
color: #12CB42;
}
.AnyTagClassName
{
color: #12CB42;
}
</style>
background-color css
<style>
a { background-color: #12CB42; }
a { background-color: rgb(18,203,66); }
div.DivClassName
{
background-color: #12CB42;
}
.BgClassName
{
background-color: #12CB42;
}
</style>
border-color css
<style>
span { border-color: #12CB42; }
span { border-color: rgb(18,203,66); }
td.TdClassName
{
border-color: #12CB42;
}
.TagClassName
{
border-color: #12CB42;
}
</style>