Shades of Pigment Green #0FB65C
Tints of Pigment Green #0FB65C
RGB
CMYK
RGB Variations
Color information
#0FB65C (or 0x0FB65C) is known color: Pigment Green. HEX triplet: 0F, B6 and 5C. RGB value is (15,182,92). Sum of RGB (Red+Green+Blue) = 15+182+92=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 182 (71.48% from 255 or 62.98% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 182 - color contains mainly: green. Hex color #0FB65C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB65C is #F049A3. Grayscale: #7A7A7A. Windows color (decimal): -15747492 or 6075919. OLE color: 6075919.
HSL color Cylindrical-coordinate representation of color #0FB65C: hue angle of 147.66º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB65C is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 182 | 92 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.29 |
| HSL | 147.66º | 0.85% | 0.39% | - |
| HSV(B) | 147.66º | 0.92% | 0.71% | - |
| XYZ | 18.86 | 34.33 | 15.76 | - |
| YUV | 121.81 | 111.17 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 182 | 92 | 0.92 | 0 | 0.49 | 0.29 | 147.66 | 0.85 | 0.39 |
| Hex | F | B6 | 5C | 5C | 0 | 31 | 1D | 94 | 55 | 27 |
| Octal | 17 | 266 | 134 | 134 | 0 | 61 | 35 | 224 | 125 | 47 |
| Binary | 1111 | 10110110 | 1011100 | 1011100 | 0 | 110001 | 11101 | 10010100 | 1010101 | 100111 |
Color Harmonies of #0FB65C
Complementary color
Monochromatic Colors of #0FB65C
Black with #0FB65C
Text Example
Text Example
White with #0FB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB65C; }
p { color: rgb(15,182,92); }
H1.HeaderClassName
{
color: #0FB65C;
}
.AnyTagClassName
{
color: #0FB65C;
}
</style>
background-color css
<style>
a { background-color: #0FB65C; }
a { background-color: rgb(15,182,92); }
div.DivClassName
{
background-color: #0FB65C;
}
.BgClassName
{
background-color: #0FB65C;
}
</style>
border-color css
<style>
span { border-color: #0FB65C; }
span { border-color: rgb(15,182,92); }
td.TdClassName
{
border-color: #0FB65C;
}
.TagClassName
{
border-color: #0FB65C;
}
</style>