Shades of Dark Pastel Green #12C73B
Tints of Dark Pastel Green #12C73B
RGB
CMYK
RGB Variations
Color information
#12C73B (or 0x12C73B) is known color: Dark Pastel Green. HEX triplet: 12, C7 and 3B. RGB value is (18,199,59). Sum of RGB (Red+Green+Blue) = 18+199+59=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 199 (78.12% from 255 or 72.10% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 199 - color contains mainly: green. Hex color #12C73B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C73B is #ED38C4. Grayscale: #818181. Windows color (decimal): -15546565 or 3917586. OLE color: 3917586.
HSL color Cylindrical-coordinate representation of color #12C73B: hue angle of 133.59º 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 #12C73B is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 199 | 59 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.22 |
| HSL | 133.59º | 0.83% | 0.43% | - |
| HSV(B) | 133.59º | 0.91% | 0.78% | - |
| XYZ | 21.46 | 41.29 | 10.98 | - |
| YUV | 128.92 | 88.53 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 199 | 59 | 0.91 | 0 | 0.70 | 0.22 | 133.59 | 0.83 | 0.43 |
| Hex | 12 | C7 | 3B | 5B | 0 | 46 | 16 | 86 | 53 | 2B |
| Octal | 22 | 307 | 73 | 133 | 0 | 106 | 26 | 206 | 123 | 53 |
| Binary | 10010 | 11000111 | 111011 | 1011011 | 0 | 1000110 | 10110 | 10000110 | 1010011 | 101011 |
Color Harmonies of #12C73B
Complementary color
Monochromatic Colors of #12C73B
Black with #12C73B
Text Example
Text Example
White with #12C73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C73B; }
p { color: rgb(18,199,59); }
H1.HeaderClassName
{
color: #12C73B;
}
.AnyTagClassName
{
color: #12C73B;
}
</style>
background-color css
<style>
a { background-color: #12C73B; }
a { background-color: rgb(18,199,59); }
div.DivClassName
{
background-color: #12C73B;
}
.BgClassName
{
background-color: #12C73B;
}
</style>
border-color css
<style>
span { border-color: #12C73B; }
span { border-color: rgb(18,199,59); }
td.TdClassName
{
border-color: #12C73B;
}
.TagClassName
{
border-color: #12C73B;
}
</style>