#07A202

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

Shades of Islamic Green #07A202

Tints of Islamic Green #07A202

Color information

#07A202 (or 0x07A202) is unknown color: approx Islamic Green. HEX triplet: 07, A2 and 02. RGB value is (7,162,2). Sum of RGB (Red+Green+Blue) = 7+162+2=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 162 (63.67% from 255 or 94.74% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 162 - color contains mainly: green. Hex color #07A202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A202 is #F85DFD. Grayscale: #616161. Windows color (decimal): -16276990 or 172551. OLE color: 172551.

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

Color convert

RGB71622-
CMYK0.9600.990.36
HSL118.12º97.56%32.16%-
HSV(B)118.12º98.77%63.53%-
XYZ13.0225.894.37-
YUV97.4274.1563.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 162 (63.67% from 255) = 94.74%
BLUE value IS 2 (1.17% from 255) = 1.17%
R=4.09%
G=94.74%
B=1.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal716220.9600.990.36118.1297.5632.16
Hex7A226006324766220
Octal7242214001434416614240
Binary111101000101011000000110001110010011101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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