Shades of Pigment Green #0FA43B
Tints of Pigment Green #0FA43B
RGB
CMYK
RGB Variations
Color information
#0FA43B (or 0x0FA43B) is known color: Pigment Green. HEX triplet: 0F, A4 and 3B. RGB value is (15,164,59). Sum of RGB (Red+Green+Blue) = 15+164+59=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 164 (64.45% from 255 or 68.91% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA43B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA43B is #F05BC4. Grayscale: #6B6B6B. Windows color (decimal): -15752133 or 3908623. OLE color: 3908623.
HSL color Cylindrical-coordinate representation of color #0FA43B: hue angle of 137.72º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA43B is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 164 | 59 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.36 |
| HSL | 137.72º | 0.83% | 0.35% | - |
| HSV(B) | 137.72º | 0.91% | 0.64% | - |
| XYZ | 14.26 | 26.97 | 8.59 | - |
| YUV | 107.48 | 100.64 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 59 | 0.91 | 0 | 0.64 | 0.36 | 137.72 | 0.83 | 0.35 |
| Hex | F | A4 | 3B | 5B | 0 | 40 | 24 | 8A | 53 | 23 |
| Octal | 17 | 244 | 73 | 133 | 0 | 100 | 44 | 212 | 123 | 43 |
| Binary | 1111 | 10100100 | 111011 | 1011011 | 0 | 1000000 | 100100 | 10001010 | 1010011 | 100011 |
Color Harmonies of #0FA43B
Complementary color
Monochromatic Colors of #0FA43B
Black with #0FA43B
Text Example
Text Example
White with #0FA43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA43B; }
p { color: rgb(15,164,59); }
H1.HeaderClassName
{
color: #0FA43B;
}
.AnyTagClassName
{
color: #0FA43B;
}
</style>
background-color css
<style>
a { background-color: #0FA43B; }
a { background-color: rgb(15,164,59); }
div.DivClassName
{
background-color: #0FA43B;
}
.BgClassName
{
background-color: #0FA43B;
}
</style>
border-color css
<style>
span { border-color: #0FA43B; }
span { border-color: rgb(15,164,59); }
td.TdClassName
{
border-color: #0FA43B;
}
.TagClassName
{
border-color: #0FA43B;
}
</style>