#08A40B

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

Shades of Islamic Green #08A40B

Tints of Islamic Green #08A40B

Color information

#08A40B (or 0x08A40B) is unknown color: approx Islamic Green. HEX triplet: 08, A4 and 0B. RGB value is (8,164,11). Sum of RGB (Red+Green+Blue) = 8+164+11=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 164 (64.45% from 255 or 89.62% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 164 - color contains mainly: green. Hex color #08A40B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A40B is #F75BF4. Grayscale: #646464. Windows color (decimal): -16210933 or 762888. OLE color: 762888.

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

Color convert

RGB816411-
CMYK0.9500.930.36
HSL121.15º90.7%33.73%-
HSV(B)121.15º95.12%64.31%-
XYZ13.4426.634.75-
YUV99.9177.8262.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 164 (64.45% from 255) = 89.62%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=4.37%
G=89.62%
B=6.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8164110.9500.930.36121.1590.733.73
Hex8A4B5F05D24795b22
Octal102441313701354417113342
Binary100010100100101110111110101110110010011110011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,164,11); }

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

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

 a { background-color: rgb(8,164,11); }

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

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

 span { border-color: rgb(8,164,11); }

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