#02B916

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

Shades of Islamic Green #02B916

Tints of Islamic Green #02B916

Color information

#02B916 (or 0x02B916) is unknown color: approx Islamic Green. HEX triplet: 02, B9 and 16. RGB value is (2,185,22). Sum of RGB (Red+Green+Blue) = 2+185+22=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 185 (72.66% from 255 or 88.52% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 185 - color contains mainly: green. Hex color #02B916 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B916 is #FD46E9. Grayscale: #707070. Windows color (decimal): -16598762 or 1489154. OLE color: 1489154.

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

Color convert

RGB218522-
CMYK0.9900.880.27
HSL126.56º97.86%36.67%-
HSV(B)126.56º98.92%72.55%-
XYZ17.5234.776.55-
YUV111.777.3749.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 185 (72.66% from 255) = 88.52%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=0.96%
G=88.52%
B=10.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2185220.9900.880.27126.5697.8636.67
Hex2B916630581B7f6225
Octal22712614301303317714245
Binary1010111001101101100011010110001101111111111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,185,22); }

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

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

 a { background-color: rgb(2,185,22); }

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

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

 span { border-color: rgb(2,185,22); }

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