Shades of Pigment Green #0E9B3C
Tints of Pigment Green #0E9B3C
RGB
CMYK
RGB Variations
Color information
#0E9B3C (or 0x0E9B3C) is known color: Pigment Green. HEX triplet: 0E, 9B and 3C. RGB value is (14,155,60). Sum of RGB (Red+Green+Blue) = 14+155+60=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 155 (60.94% from 255 or 67.69% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9B3C is #F164C3. Grayscale: #666666. Windows color (decimal): -15819972 or 3971854. OLE color: 3971854.
HSL color Cylindrical-coordinate representation of color #0E9B3C: hue angle of 139.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B3C is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 155 | 60 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.39 |
| HSL | 139.57º | 0.83% | 0.33% | - |
| HSV(B) | 139.57º | 0.91% | 0.61% | - |
| XYZ | 12.72 | 23.86 | 8.21 | - |
| YUV | 102.01 | 104.29 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 155 | 60 | 0.91 | 0 | 0.61 | 0.39 | 139.57 | 0.83 | 0.33 |
| Hex | E | 9B | 3C | 5B | 0 | 3D | 27 | 8C | 53 | 21 |
| Octal | 16 | 233 | 74 | 133 | 0 | 75 | 47 | 214 | 123 | 41 |
| Binary | 1110 | 10011011 | 111100 | 1011011 | 0 | 111101 | 100111 | 10001100 | 1010011 | 100001 |
Color Harmonies of #0E9B3C
Complementary color
Monochromatic Colors of #0E9B3C
Black with #0E9B3C
Text Example
Text Example
White with #0E9B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9B3C; }
p { color: rgb(14,155,60); }
H1.HeaderClassName
{
color: #0E9B3C;
}
.AnyTagClassName
{
color: #0E9B3C;
}
</style>
background-color css
<style>
a { background-color: #0E9B3C; }
a { background-color: rgb(14,155,60); }
div.DivClassName
{
background-color: #0E9B3C;
}
.BgClassName
{
background-color: #0E9B3C;
}
</style>
border-color css
<style>
span { border-color: #0E9B3C; }
span { border-color: rgb(14,155,60); }
td.TdClassName
{
border-color: #0E9B3C;
}
.TagClassName
{
border-color: #0E9B3C;
}
</style>