#07A810

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

Shades of Islamic Green #07A810

Tints of Islamic Green #07A810

Color information

#07A810 (or 0x07A810) is unknown color: approx Islamic Green. HEX triplet: 07, A8 and 10. RGB value is (7,168,16). Sum of RGB (Red+Green+Blue) = 7+168+16=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 168 (66.02% from 255 or 87.96% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 168 - color contains mainly: green. Hex color #07A810 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A810 is #F857EF. Grayscale: #666666. Windows color (decimal): -16275440 or 1091591. OLE color: 1091591.

HSL color Cylindrical-coordinate representation of color #07A810: hue angle of 123.35º 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 #07A810 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB716816-
CMYK0.9600.900.34
HSL123.35º92%34.31%-
HSV(B)123.35º95.83%65.88%-
XYZ14.1828.095.16-
YUV102.5379.1659.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.66%
GREEN value IS 168 (66.02% from 255) = 87.96%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=3.66%
G=87.96%
B=8.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal7168160.9600.900.34123.359234.31
Hex7A8106005A227b5c22
Octal72502014001324217313442
Binary111101010001000011000000101101010001011110111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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