Shades of Green #0A7F02
Tints of Green #0A7F02
RGB
CMYK
RGB Variations
Color information
#0A7F02 (or 0x0A7F02) is known color: Green. HEX triplet: 0A, 7F and 02. RGB value is (10,127,2). Sum of RGB (Red+Green+Blue) = 10+127+2=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 127 (50% from 255 or 91.37% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 127 - color contains mainly: green. Hex color #0A7F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7F02 is #F580FD. Grayscale: #4E4E4E. Windows color (decimal): -16089342 or 163594. OLE color: 163594.
HSL color Cylindrical-coordinate representation of color #0A7F02: hue angle of 116.16º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A7F02 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 127 | 2 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.50 |
| HSL | 116.16º | 0.97% | 0.25% | - |
| HSV(B) | 116.16º | 0.98% | 0.5% | - |
| XYZ | 7.73 | 15.25 | 2.59 | - |
| YUV | 77.77 | 85.24 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 127 | 2 | 0.92 | 0 | 0.98 | 0.50 | 116.16 | 0.97 | 0.25 |
| Hex | A | 7F | 2 | 5C | 0 | 62 | 32 | 74 | 61 | 19 |
| Octal | 12 | 177 | 2 | 134 | 0 | 142 | 62 | 164 | 141 | 31 |
| Binary | 1010 | 1111111 | 10 | 1011100 | 0 | 1100010 | 110010 | 1110100 | 1100001 | 11001 |
Color Harmonies of #0A7F02
Complementary color
Monochromatic Colors of #0A7F02
Black with #0A7F02
Text Example
Text Example
White with #0A7F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7F02; }
p { color: rgb(10,127,2); }
H1.HeaderClassName
{
color: #0A7F02;
}
.AnyTagClassName
{
color: #0A7F02;
}
</style>
background-color css
<style>
a { background-color: #0A7F02; }
a { background-color: rgb(10,127,2); }
div.DivClassName
{
background-color: #0A7F02;
}
.BgClassName
{
background-color: #0A7F02;
}
</style>
border-color css
<style>
span { border-color: #0A7F02; }
span { border-color: rgb(10,127,2); }
td.TdClassName
{
border-color: #0A7F02;
}
.TagClassName
{
border-color: #0A7F02;
}
</style>