Shades of Pigment Green #0A9F3B
Tints of Pigment Green #0A9F3B
RGB
CMYK
RGB Variations
Color information
#0A9F3B (or 0x0A9F3B) is known color: Pigment Green. HEX triplet: 0A, 9F and 3B. RGB value is (10,159,59). Sum of RGB (Red+Green+Blue) = 10+159+59=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 159 (62.5% from 255 or 69.74% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9F3B is #F560C4. Grayscale: #676767. Windows color (decimal): -16081093 or 3907338. OLE color: 3907338.
HSL color Cylindrical-coordinate representation of color #0A9F3B: hue angle of 139.73º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9F3B is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 159 | 59 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.38 |
| HSL | 139.73º | 0.88% | 0.33% | - |
| HSV(B) | 139.73º | 0.94% | 0.62% | - |
| XYZ | 13.31 | 25.18 | 8.3 | - |
| YUV | 103.05 | 103.14 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 159 | 59 | 0.94 | 0 | 0.63 | 0.38 | 139.73 | 0.88 | 0.33 |
| Hex | A | 9F | 3B | 5E | 0 | 3F | 26 | 8C | 58 | 21 |
| Octal | 12 | 237 | 73 | 136 | 0 | 77 | 46 | 214 | 130 | 41 |
| Binary | 1010 | 10011111 | 111011 | 1011110 | 0 | 111111 | 100110 | 10001100 | 1011000 | 100001 |
Color Harmonies of #0A9F3B
Complementary color
Monochromatic Colors of #0A9F3B
Black with #0A9F3B
Text Example
Text Example
White with #0A9F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9F3B; }
p { color: rgb(10,159,59); }
H1.HeaderClassName
{
color: #0A9F3B;
}
.AnyTagClassName
{
color: #0A9F3B;
}
</style>
background-color css
<style>
a { background-color: #0A9F3B; }
a { background-color: rgb(10,159,59); }
div.DivClassName
{
background-color: #0A9F3B;
}
.BgClassName
{
background-color: #0A9F3B;
}
</style>
border-color css
<style>
span { border-color: #0A9F3B; }
span { border-color: rgb(10,159,59); }
td.TdClassName
{
border-color: #0A9F3B;
}
.TagClassName
{
border-color: #0A9F3B;
}
</style>