#08A20D

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

Shades of Islamic Green #08A20D

Tints of Islamic Green #08A20D

Color information

#08A20D (or 0x08A20D) is unknown color: approx Islamic Green. HEX triplet: 08, A2 and 0D. RGB value is (8,162,13). Sum of RGB (Red+Green+Blue) = 8+162+13=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 162 (63.67% from 255 or 88.52% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 162 - color contains mainly: green. Hex color #08A20D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A20D is #F75DF2. Grayscale: #636363. Windows color (decimal): -16211443 or 893448. OLE color: 893448.

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

Color convert

RGB816213-
CMYK0.9500.920.36
HSL121.95º90.59%33.33%-
HSV(B)121.95º95.06%63.53%-
XYZ13.0925.924.69-
YUV98.9779.4863.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 162 (63.67% from 255) = 88.52%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=4.37%
G=88.52%
B=7.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8162130.9500.920.36121.9590.5933.33
Hex8A2D5F05C247a5b21
Octal102421513701344417213341
Binary100010100010110110111110101110010010011110101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08A20D; }

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

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

<style>
 a { background-color: #08A20D; }

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

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

<style>
 span { border-color: #08A20D; }

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

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