#07A818

Color #07A818 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #07A818

Tints of Islamic Green #07A818

Color information

#07A818 (or 0x07A818) is unknown color: approx Islamic Green. HEX triplet: 07, A8 and 18. RGB value is (7,168,24). Sum of RGB (Red+Green+Blue) = 7+168+24=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 168 (66.02% from 255 or 84.42% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 168 - color contains mainly: green. Hex color #07A818 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A818 is #F857E7. Grayscale: #676767. Windows color (decimal): -16275432 or 1615879. OLE color: 1615879.

HSL color Cylindrical-coordinate representation of color #07A818: hue angle of 126.34º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A818 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB716824-
CMYK0.9600.860.34
HSL126.34º92%34.31%-
HSV(B)126.34º95.83%65.88%-
XYZ14.2628.125.54-
YUV103.4483.1659.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 3.52%
GREEN value IS 168 (66.02% from 255) = 84.42%
BLUE value IS 24 (9.77% from 255) = 12.06%
R=3.52%
G=84.42%
B=12.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal7168240.9600.860.34126.349234.31
Hex7A81860056227e5c22
Octal72503014001264217613442
Binary111101010001100011000000101011010001011111101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A818; }

 p { color: rgb(7,168,24); }

 H1.HeaderClassName
 {
   color: #07A818;
 }
 .AnyTagClassName
 {
   color: #07A818;
 }
</style>
background-color css

<style>
 a { background-color: #07A818; }

 a { background-color: rgb(7,168,24); }

 div.DivClassName
 {
   background-color: #07A818;
 }
 .BgClassName
 {
   background-color: #07A818;
 }
</style>
border-color css

<style>
 span { border-color: #07A818; }

 span { border-color: rgb(7,168,24); }

 td.TdClassName
 {
   border-color: #07A818;
 }
 .TagClassName
 {
   border-color: #07A818;
 }
</style>