Shades of Pigment Green #0E9242
Tints of Pigment Green #0E9242
RGB
CMYK
RGB Variations
Color information
#0E9242 (or 0x0E9242) is known color: Pigment Green. HEX triplet: 0E, 92 and 42. RGB value is (14,146,66). Sum of RGB (Red+Green+Blue) = 14+146+66=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9242 is #F16DBD. Grayscale: #616161. Windows color (decimal): -15822270 or 4362766. OLE color: 4362766.
HSL color Cylindrical-coordinate representation of color #0E9242: hue angle of 143.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9242 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 146 | 66 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.43 |
| HSL | 143.64º | 0.83% | 0.31% | - |
| HSV(B) | 143.64º | 0.9% | 0.57% | - |
| XYZ | 11.44 | 21.04 | 8.61 | - |
| YUV | 97.41 | 110.27 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 146 | 66 | 0.90 | 0 | 0.55 | 0.43 | 143.64 | 0.83 | 0.31 |
| Hex | E | 92 | 42 | 5A | 0 | 37 | 2B | 90 | 52 | 1F |
| Octal | 16 | 222 | 102 | 132 | 0 | 67 | 53 | 220 | 122 | 37 |
| Binary | 1110 | 10010010 | 1000010 | 1011010 | 0 | 110111 | 101011 | 10010000 | 1010010 | 11111 |
Color Harmonies of #0E9242
Complementary color
Monochromatic Colors of #0E9242
Black with #0E9242
Text Example
Text Example
White with #0E9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9242; }
p { color: rgb(14,146,66); }
H1.HeaderClassName
{
color: #0E9242;
}
.AnyTagClassName
{
color: #0E9242;
}
</style>
background-color css
<style>
a { background-color: #0E9242; }
a { background-color: rgb(14,146,66); }
div.DivClassName
{
background-color: #0E9242;
}
.BgClassName
{
background-color: #0E9242;
}
</style>
border-color css
<style>
span { border-color: #0E9242; }
span { border-color: rgb(14,146,66); }
td.TdClassName
{
border-color: #0E9242;
}
.TagClassName
{
border-color: #0E9242;
}
</style>