Shades of Dark Pastel Green #12D03C
Tints of Dark Pastel Green #12D03C
RGB
CMYK
RGB Variations
Color information
#12D03C (or 0x12D03C) is known color: Dark Pastel Green. HEX triplet: 12, D0 and 3C. RGB value is (18,208,60). Sum of RGB (Red+Green+Blue) = 18+208+60=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 208 (81.64% from 255 or 72.73% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 208 - color contains mainly: green. Hex color #12D03C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D03C is #ED2FC3. Grayscale: #868686. Windows color (decimal): -15544260 or 3985426. OLE color: 3985426.
HSL color Cylindrical-coordinate representation of color #12D03C: hue angle of 133.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D03C is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 60 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.18 |
| HSL | 133.26º | 0.84% | 0.44% | - |
| HSV(B) | 133.26º | 0.91% | 0.82% | - |
| XYZ | 23.62 | 45.57 | 11.83 | - |
| YUV | 134.32 | 86.05 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 60 | 0.91 | 0 | 0.71 | 0.18 | 133.26 | 0.84 | 0.44 |
| Hex | 12 | D0 | 3C | 5B | 0 | 47 | 12 | 85 | 54 | 2C |
| Octal | 22 | 320 | 74 | 133 | 0 | 107 | 22 | 205 | 124 | 54 |
| Binary | 10010 | 11010000 | 111100 | 1011011 | 0 | 1000111 | 10010 | 10000101 | 1010100 | 101100 |
Color Harmonies of #12D03C
Complementary color
Monochromatic Colors of #12D03C
Black with #12D03C
Text Example
Text Example
White with #12D03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D03C; }
p { color: rgb(18,208,60); }
H1.HeaderClassName
{
color: #12D03C;
}
.AnyTagClassName
{
color: #12D03C;
}
</style>
background-color css
<style>
a { background-color: #12D03C; }
a { background-color: rgb(18,208,60); }
div.DivClassName
{
background-color: #12D03C;
}
.BgClassName
{
background-color: #12D03C;
}
</style>
border-color css
<style>
span { border-color: #12D03C; }
span { border-color: rgb(18,208,60); }
td.TdClassName
{
border-color: #12D03C;
}
.TagClassName
{
border-color: #12D03C;
}
</style>