#02BC11

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

Shades of Islamic Green #02BC11

Tints of Islamic Green #02BC11

Color information

#02BC11 (or 0x02BC11) is unknown color: approx Islamic Green. HEX triplet: 02, BC and 11. RGB value is (2,188,17). Sum of RGB (Red+Green+Blue) = 2+188+17=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 188 (73.83% from 255 or 90.82% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BC11 is #FD43EE. Grayscale: #717171. Windows color (decimal): -16597999 or 1162242. OLE color: 1162242.

HSL color Cylindrical-coordinate representation of color #02BC11: hue angle of 124.84º 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 #02BC11 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB218817-
CMYK0.9900.910.26
HSL124.84º97.89%37.25%-
HSV(B)124.84º98.94%73.73%-
XYZ18.1136.026.53-
YUV112.8973.8848.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 188 (73.83% from 255) = 90.82%
BLUE value IS 17 (7.03% from 255) = 8.21%
R=0.97%
G=90.82%
B=8.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2188170.9900.910.26124.8497.8937.25
Hex2BC116305B1A7d6225
Octal22742114301333217514245
Binary1010111100100011100011010110111101011111011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,188,17); }

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

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

 a { background-color: rgb(2,188,17); }

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

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

 span { border-color: rgb(2,188,17); }

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