#08B01A

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

Shades of Islamic Green #08B01A

Tints of Islamic Green #08B01A

Color information

#08B01A (or 0x08B01A) is unknown color: approx Islamic Green. HEX triplet: 08, B0 and 1A. RGB value is (8,176,26). Sum of RGB (Red+Green+Blue) = 8+176+26=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 176 (69.14% from 255 or 83.81% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 176 - color contains mainly: green. Hex color #08B01A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08B01A is #F74FE5. Grayscale: #6D6D6D. Windows color (decimal): -16207846 or 1749000. OLE color: 1749000.

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

Color convert

RGB817626-
CMYK0.9500.850.31
HSL126.43º91.3%36.08%-
HSV(B)126.43º95.45%69.02%-
XYZ15.8131.186.16-
YUV108.6781.3456.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.81%
GREEN value IS 176 (69.14% from 255) = 83.81%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=3.81%
G=83.81%
B=12.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8176260.9500.850.31126.4391.336.08
Hex8B01A5F0551F7e5b24
Octal102603213701253717613344
Binary100010110000110101011111010101011111111111101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,176,26); }

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

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

 a { background-color: rgb(8,176,26); }

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

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

 span { border-color: rgb(8,176,26); }

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