Shades of Islamic Green #07AF0E
Tints of Islamic Green #07AF0E
RGB
CMYK
RGB Variations
Color information
#07AF0E (or 0x07AF0E) is known color: Islamic Green. HEX triplet: 07, AF and 0E. RGB value is (7,175,14). Sum of RGB (Red+Green+Blue) = 7+175+14=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 175 (68.75% from 255 or 89.29% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AF0E is #F850F1. Grayscale: #6A6A6A. Windows color (decimal): -16273650 or 962311. OLE color: 962311.
HSL color Cylindrical-coordinate representation of color #07AF0E: hue angle of 122.5º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF0E is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 14 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.31 |
| HSL | 122.5º | 0.92% | 0.36% | - |
| HSV(B) | 122.5º | 0.96% | 0.69% | - |
| XYZ | 15.5 | 30.74 | 5.53 | - |
| YUV | 106.41 | 75.84 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 14 | 0.96 | 0 | 0.92 | 0.31 | 122.5 | 0.92 | 0.36 |
| Hex | 7 | AF | E | 60 | 0 | 5C | 1F | 7B | 5C | 24 |
| Octal | 7 | 257 | 16 | 140 | 0 | 134 | 37 | 173 | 134 | 44 |
| Binary | 111 | 10101111 | 1110 | 1100000 | 0 | 1011100 | 11111 | 1111011 | 1011100 | 100100 |
Color Harmonies of #07AF0E
Complementary color
Monochromatic Colors of #07AF0E
Black with #07AF0E
Text Example
Text Example
White with #07AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF0E; }
p { color: rgb(7,175,14); }
H1.HeaderClassName
{
color: #07AF0E;
}
.AnyTagClassName
{
color: #07AF0E;
}
</style>
background-color css
<style>
a { background-color: #07AF0E; }
a { background-color: rgb(7,175,14); }
div.DivClassName
{
background-color: #07AF0E;
}
.BgClassName
{
background-color: #07AF0E;
}
</style>
border-color css
<style>
span { border-color: #07AF0E; }
span { border-color: rgb(7,175,14); }
td.TdClassName
{
border-color: #07AF0E;
}
.TagClassName
{
border-color: #07AF0E;
}
</style>