#08BD02

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

Shades of Islamic Green #08BD02

Tints of Islamic Green #08BD02

Color information

#08BD02 (or 0x08BD02) is unknown color: approx Islamic Green. HEX triplet: 08, BD and 02. RGB value is (8,189,2). Sum of RGB (Red+Green+Blue) = 8+189+2=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 189 (74.22% from 255 or 94.97% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BD02 is #F742FD. Grayscale: #727272. Windows color (decimal): -16204542 or 179464. OLE color: 179464.

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

Color convert

RGB81892-
CMYK0.9600.990.26
HSL118.07º97.91%37.45%-
HSV(B)118.07º98.94%74.12%-
XYZ18.3136.456.13-
YUV113.5665.0352.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 189 (74.22% from 255) = 94.97%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=4.02%
G=94.97%
B=1.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal818920.9600.990.26118.0797.9137.45
Hex8BD2600631A766225
Octal10275214001433216614245
Binary100010111101101100000011000111101011101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,189,2); }

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

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

 a { background-color: rgb(8,189,2); }

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

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

 span { border-color: rgb(8,189,2); }

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