#08BA03

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

Shades of Islamic Green #08BA03

Tints of Islamic Green #08BA03

Color information

#08BA03 (or 0x08BA03) is unknown color: approx Islamic Green. HEX triplet: 08, BA and 03. RGB value is (8,186,3). Sum of RGB (Red+Green+Blue) = 8+186+3=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 186 (73.05% from 255 or 94.42% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BA03 is #F745FC. Grayscale: #707070. Windows color (decimal): -16205309 or 244232. OLE color: 244232.

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

Color convert

RGB81863-
CMYK0.9600.980.27
HSL118.36º96.83%37.06%-
HSV(B)118.36º98.39%72.94%-
XYZ17.6835.185.94-
YUV111.9266.5353.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 186 (73.05% from 255) = 94.42%
BLUE value IS 3 (1.56% from 255) = 1.52%
R=4.06%
G=94.42%
B=1.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal818630.9600.980.27118.3696.8337.06
Hex8BA3600621B766125
Octal10272314001423316614145
Binary100010111010111100000011000101101111101101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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