Shades of Pigment Green #0FA33D
Tints of Pigment Green #0FA33D
RGB
CMYK
RGB Variations
Color information
#0FA33D (or 0x0FA33D) is known color: Pigment Green. HEX triplet: 0F, A3 and 3D. RGB value is (15,163,61). Sum of RGB (Red+Green+Blue) = 15+163+61=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 163 (64.06% from 255 or 68.20% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA33D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA33D is #F05CC2. Grayscale: #6B6B6B. Windows color (decimal): -15752387 or 4039439. OLE color: 4039439.
HSL color Cylindrical-coordinate representation of color #0FA33D: hue angle of 138.65º 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 #0FA33D is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 61 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.36 |
| HSL | 138.65º | 0.83% | 0.35% | - |
| HSV(B) | 138.65º | 0.91% | 0.64% | - |
| XYZ | 14.14 | 26.63 | 8.81 | - |
| YUV | 107.12 | 101.97 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 61 | 0.91 | 0 | 0.63 | 0.36 | 138.65 | 0.83 | 0.35 |
| Hex | F | A3 | 3D | 5B | 0 | 3F | 24 | 8B | 53 | 23 |
| Octal | 17 | 243 | 75 | 133 | 0 | 77 | 44 | 213 | 123 | 43 |
| Binary | 1111 | 10100011 | 111101 | 1011011 | 0 | 111111 | 100100 | 10001011 | 1010011 | 100011 |
Color Harmonies of #0FA33D
Complementary color
Monochromatic Colors of #0FA33D
Black with #0FA33D
Text Example
Text Example
White with #0FA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA33D; }
p { color: rgb(15,163,61); }
H1.HeaderClassName
{
color: #0FA33D;
}
.AnyTagClassName
{
color: #0FA33D;
}
</style>
background-color css
<style>
a { background-color: #0FA33D; }
a { background-color: rgb(15,163,61); }
div.DivClassName
{
background-color: #0FA33D;
}
.BgClassName
{
background-color: #0FA33D;
}
</style>
border-color css
<style>
span { border-color: #0FA33D; }
span { border-color: rgb(15,163,61); }
td.TdClassName
{
border-color: #0FA33D;
}
.TagClassName
{
border-color: #0FA33D;
}
</style>