#08B500

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

Shades of Islamic Green #08B500

Tints of Islamic Green #08B500

Color information

#08B500 (or 0x08B500) is unknown color: approx Islamic Green. HEX triplet: 08, B5 and 00. RGB value is (8,181,0). Sum of RGB (Red+Green+Blue) = 8+181+0=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 181 (71.09% from 255 or 95.77% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 181 - color contains mainly: green. Hex color #08B500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08B500 is #F74AFF. Grayscale: #6D6D6D. Windows color (decimal): -16206592 or 46344. OLE color: 46344.

HSL color Cylindrical-coordinate representation of color #08B500: hue angle of 117.35º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08B500 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB81810-
CMYK0.96010.29
HSL117.35º100%35.49%-
HSV(B)117.35º100%70.98%-
XYZ16.6233.15.51-
YUV108.6466.6956.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.23%
GREEN value IS 181 (71.09% from 255) = 95.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.23%
G=95.77%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal818100.96010.29117.3510035.49
Hex8B50600641D756423
Octal10265014001443516514443
Binary10001011010101100000011001001110111101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,181,0); }

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

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

 a { background-color: rgb(8,181,0); }

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

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

 span { border-color: rgb(8,181,0); }

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