#02AB1D

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

Shades of Islamic Green #02AB1D

Tints of Islamic Green #02AB1D

Color information

#02AB1D (or 0x02AB1D) is unknown color: approx Islamic Green. HEX triplet: 02, AB and 1D. RGB value is (2,171,29). Sum of RGB (Red+Green+Blue) = 2+171+29=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 171 (67.19% from 255 or 84.65% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AB1D is #FD54E2. Grayscale: #686868. Windows color (decimal): -16602339 or 1944322. OLE color: 1944322.

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

Color convert

RGB217129-
CMYK0.9900.830.33
HSL129.59º97.69%33.92%-
HSV(B)129.59º98.83%67.06%-
XYZ14.8129.236.02-
YUV104.2885.5155.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 171 (67.19% from 255) = 84.65%
BLUE value IS 29 (11.72% from 255) = 14.36%
R=0.99%
G=84.65%
B=14.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2171290.9900.830.33129.5997.6933.92
Hex2AB1D6305321826222
Octal22533514301234120214242
Binary101010101111101110001101010011100001100000101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AB1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,171,29); }

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

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

 a { background-color: rgb(2,171,29); }

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

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

 span { border-color: rgb(2,171,29); }

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