#07A208

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

Shades of Islamic Green #07A208

Tints of Islamic Green #07A208

Color information

#07A208 (or 0x07A208) is unknown color: approx Islamic Green. HEX triplet: 07, A2 and 08. RGB value is (7,162,8). Sum of RGB (Red+Green+Blue) = 7+162+8=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 162 (63.67% from 255 or 91.53% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 162 - color contains mainly: green. Hex color #07A208 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A208 is #F85DF7. Grayscale: #626262. Windows color (decimal): -16276984 or 565767. OLE color: 565767.

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

Color convert

RGB71628-
CMYK0.9600.950.36
HSL120.39º91.72%33.14%-
HSV(B)120.39º95.68%63.53%-
XYZ13.0525.94.54-
YUV98.177.1563.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.95%
GREEN value IS 162 (63.67% from 255) = 91.53%
BLUE value IS 8 (3.52% from 255) = 4.52%
R=3.95%
G=91.53%
B=4.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal716280.9600.950.36120.3991.7233.14
Hex7A286005F24785c21
Octal72421014001374417013441
Binary11110100010100011000000101111110010011110001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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