#08BA00

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

Shades of Islamic Green #08BA00

Tints of Islamic Green #08BA00

Color information

#08BA00 (or 0x08BA00) is unknown color: approx Islamic Green. HEX triplet: 08, BA and 00. RGB value is (8,186,0). Sum of RGB (Red+Green+Blue) = 8+186+0=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 186 (73.05% from 255 or 95.88% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BA00 is #F745FF. Grayscale: #707070. Windows color (decimal): -16205312 or 47624. OLE color: 47624.

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

Color convert

RGB81860-
CMYK0.96010.27
HSL117.42º100%36.47%-
HSV(B)117.42º100%72.94%-
XYZ17.6635.175.86-
YUV111.5765.0354.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.12%
GREEN value IS 186 (73.05% from 255) = 95.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.12%
G=95.88%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal818600.96010.27117.4210036.47
Hex8BA0600641B756424
Octal10272014001443316514444
Binary10001011101001100000011001001101111101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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