Shades of Pigment Green #0FA63D
Tints of Pigment Green #0FA63D
RGB
CMYK
RGB Variations
Color information
#0FA63D (or 0x0FA63D) is known color: Pigment Green. HEX triplet: 0F, A6 and 3D. RGB value is (15,166,61). Sum of RGB (Red+Green+Blue) = 15+166+61=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 166 (65.23% from 255 or 68.60% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA63D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA63D is #F059C2. Grayscale: #6D6D6D. Windows color (decimal): -15751619 or 4040207. OLE color: 4040207.
HSL color Cylindrical-coordinate representation of color #0FA63D: hue angle of 138.28º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA63D is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 61 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.35 |
| HSL | 138.28º | 0.83% | 0.35% | - |
| HSV(B) | 138.28º | 0.91% | 0.65% | - |
| XYZ | 14.68 | 27.71 | 8.99 | - |
| YUV | 108.88 | 100.97 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 61 | 0.91 | 0 | 0.63 | 0.35 | 138.28 | 0.83 | 0.35 |
| Hex | F | A6 | 3D | 5B | 0 | 3F | 23 | 8A | 53 | 23 |
| Octal | 17 | 246 | 75 | 133 | 0 | 77 | 43 | 212 | 123 | 43 |
| Binary | 1111 | 10100110 | 111101 | 1011011 | 0 | 111111 | 100011 | 10001010 | 1010011 | 100011 |
Color Harmonies of #0FA63D
Complementary color
Monochromatic Colors of #0FA63D
Black with #0FA63D
Text Example
Text Example
White with #0FA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA63D; }
p { color: rgb(15,166,61); }
H1.HeaderClassName
{
color: #0FA63D;
}
.AnyTagClassName
{
color: #0FA63D;
}
</style>
background-color css
<style>
a { background-color: #0FA63D; }
a { background-color: rgb(15,166,61); }
div.DivClassName
{
background-color: #0FA63D;
}
.BgClassName
{
background-color: #0FA63D;
}
</style>
border-color css
<style>
span { border-color: #0FA63D; }
span { border-color: rgb(15,166,61); }
td.TdClassName
{
border-color: #0FA63D;
}
.TagClassName
{
border-color: #0FA63D;
}
</style>