#07A205

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

Shades of Islamic Green #07A205

Tints of Islamic Green #07A205

Color information

#07A205 (or 0x07A205) is unknown color: approx Islamic Green. HEX triplet: 07, A2 and 05. RGB value is (7,162,5). Sum of RGB (Red+Green+Blue) = 7+162+5=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 162 (63.67% from 255 or 93.10% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 162 - color contains mainly: green. Hex color #07A205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A205 is #F85DFA. Grayscale: #626262. Windows color (decimal): -16276987 or 369159. OLE color: 369159.

HSL color Cylindrical-coordinate representation of color #07A205: hue angle of 119.24º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A205 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB71625-
CMYK0.9600.970.36
HSL119.24º94.01%32.75%-
HSV(B)119.24º96.91%63.53%-
XYZ13.0425.94.46-
YUV97.7675.6563.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 162 (63.67% from 255) = 93.10%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=4.02%
G=93.10%
B=2.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal716250.9600.970.36119.2494.0132.75
Hex7A256006124775e21
Octal7242514001414416713641
Binary1111010001010111000000110000110010011101111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,162,5); }

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

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

 a { background-color: rgb(7,162,5); }

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

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

 span { border-color: rgb(7,162,5); }

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