#02BB08

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

Shades of Islamic Green #02BB08

Tints of Islamic Green #02BB08

Color information

#02BB08 (or 0x02BB08) is unknown color: approx Islamic Green. HEX triplet: 02, BB and 08. RGB value is (2,187,8). Sum of RGB (Red+Green+Blue) = 2+187+8=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 187 (73.44% from 255 or 94.92% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BB08 is #FD44F7. Grayscale: #6F6F6F. Windows color (decimal): -16598264 or 572162. OLE color: 572162.

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

Color convert

RGB21878-
CMYK0.9900.960.27
HSL121.95º97.88%37.06%-
HSV(B)121.95º98.93%73.33%-
XYZ17.8435.576.16-
YUV111.2869.7150.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 187 (73.44% from 255) = 94.92%
BLUE value IS 8 (3.52% from 255) = 4.06%
R=1.02%
G=94.92%
B=4.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal218780.9900.960.27121.9597.8837.06
Hex2BB8630601B7a6225
Octal22731014301403317214245
Binary101011101110001100011011000001101111110101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02BB08; }

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

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

<style>
 a { background-color: #02BB08; }

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

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

<style>
 span { border-color: #02BB08; }

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

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