Shades of Pigment Green #0EB255
Tints of Pigment Green #0EB255
RGB
CMYK
RGB Variations
Color information
#0EB255 (or 0x0EB255) is known color: Pigment Green. HEX triplet: 0E, B2 and 55. RGB value is (14,178,85). Sum of RGB (Red+Green+Blue) = 14+178+85=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB255 is #F14DAA. Grayscale: #767676. Windows color (decimal): -15814059 or 5616142. OLE color: 5616142.
HSL color Cylindrical-coordinate representation of color #0EB255: hue angle of 145.98º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB255 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 178 | 85 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.30 |
| HSL | 145.98º | 0.85% | 0.38% | - |
| HSV(B) | 145.98º | 0.92% | 0.7% | - |
| XYZ | 17.74 | 32.59 | 13.95 | - |
| YUV | 118.36 | 109.17 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 178 | 85 | 0.92 | 0 | 0.52 | 0.30 | 145.98 | 0.85 | 0.38 |
| Hex | E | B2 | 55 | 5C | 0 | 34 | 1E | 92 | 55 | 26 |
| Octal | 16 | 262 | 125 | 134 | 0 | 64 | 36 | 222 | 125 | 46 |
| Binary | 1110 | 10110010 | 1010101 | 1011100 | 0 | 110100 | 11110 | 10010010 | 1010101 | 100110 |
Color Harmonies of #0EB255
Complementary color
Monochromatic Colors of #0EB255
Black with #0EB255
Text Example
Text Example
White with #0EB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB255; }
p { color: rgb(14,178,85); }
H1.HeaderClassName
{
color: #0EB255;
}
.AnyTagClassName
{
color: #0EB255;
}
</style>
background-color css
<style>
a { background-color: #0EB255; }
a { background-color: rgb(14,178,85); }
div.DivClassName
{
background-color: #0EB255;
}
.BgClassName
{
background-color: #0EB255;
}
</style>
border-color css
<style>
span { border-color: #0EB255; }
span { border-color: rgb(14,178,85); }
td.TdClassName
{
border-color: #0EB255;
}
.TagClassName
{
border-color: #0EB255;
}
</style>