#02A61B

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

Shades of Islamic Green #02A61B

Tints of Islamic Green #02A61B

Color information

#02A61B (or 0x02A61B) is unknown color: approx Islamic Green. HEX triplet: 02, A6 and 1B. RGB value is (2,166,27). Sum of RGB (Red+Green+Blue) = 2+166+27=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 166 (65.23% from 255 or 85.13% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 166 - color contains mainly: green. Hex color #02A61B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A61B is #FD59E4. Grayscale: #656565. Windows color (decimal): -16603621 or 1811970. OLE color: 1811970.

HSL color Cylindrical-coordinate representation of color #02A61B: hue angle of 129.15º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A61B is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB216627-
CMYK0.9900.840.35
HSL129.15º97.62%32.94%-
HSV(B)129.15º98.8%65.1%-
XYZ13.8627.365.59-
YUV101.1286.1757.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 166 (65.23% from 255) = 85.13%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=1.03%
G=85.13%
B=13.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2166270.9900.840.35129.1597.6232.94
Hex2A61B6305423816221
Octal22463314301244320114241
Binary101010011011011110001101010100100011100000011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,166,27); }

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

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

 a { background-color: rgb(2,166,27); }

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

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

 span { border-color: rgb(2,166,27); }

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