Shades of Dark Pastel Green #12C73F
Tints of Dark Pastel Green #12C73F
RGB
CMYK
RGB Variations
Color information
#12C73F (or 0x12C73F) is known color: Dark Pastel Green. HEX triplet: 12, C7 and 3F. RGB value is (18,199,63). Sum of RGB (Red+Green+Blue) = 18+199+63=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 199 (78.12% from 255 or 71.07% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 199 - color contains mainly: green. Hex color #12C73F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C73F is #ED38C0. Grayscale: #818181. Windows color (decimal): -15546561 or 4179730. OLE color: 4179730.
HSL color Cylindrical-coordinate representation of color #12C73F: hue angle of 134.92º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C73F is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 199 | 63 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.22 |
| HSL | 134.92º | 0.83% | 0.43% | - |
| HSV(B) | 134.92º | 0.91% | 0.78% | - |
| XYZ | 21.57 | 41.33 | 11.54 | - |
| YUV | 129.38 | 90.53 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 199 | 63 | 0.91 | 0 | 0.68 | 0.22 | 134.92 | 0.83 | 0.43 |
| Hex | 12 | C7 | 3F | 5B | 0 | 44 | 16 | 87 | 53 | 2B |
| Octal | 22 | 307 | 77 | 133 | 0 | 104 | 26 | 207 | 123 | 53 |
| Binary | 10010 | 11000111 | 111111 | 1011011 | 0 | 1000100 | 10110 | 10000111 | 1010011 | 101011 |
Color Harmonies of #12C73F
Complementary color
Monochromatic Colors of #12C73F
Black with #12C73F
Text Example
Text Example
White with #12C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C73F; }
p { color: rgb(18,199,63); }
H1.HeaderClassName
{
color: #12C73F;
}
.AnyTagClassName
{
color: #12C73F;
}
</style>
background-color css
<style>
a { background-color: #12C73F; }
a { background-color: rgb(18,199,63); }
div.DivClassName
{
background-color: #12C73F;
}
.BgClassName
{
background-color: #12C73F;
}
</style>
border-color css
<style>
span { border-color: #12C73F; }
span { border-color: rgb(18,199,63); }
td.TdClassName
{
border-color: #12C73F;
}
.TagClassName
{
border-color: #12C73F;
}
</style>