#02AB1A

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

Shades of Islamic Green #02AB1A

Tints of Islamic Green #02AB1A

Color information

#02AB1A (or 0x02AB1A) is unknown color: approx Islamic Green. HEX triplet: 02, AB and 1A. RGB value is (2,171,26). Sum of RGB (Red+Green+Blue) = 2+171+26=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 171 (67.19% from 255 or 85.93% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AB1A is #FD54E5. Grayscale: #686868. Windows color (decimal): -16602342 or 1747714. OLE color: 1747714.

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

Color convert

RGB217126-
CMYK0.9900.850.33
HSL128.52º97.69%33.92%-
HSV(B)128.52º98.83%67.06%-
XYZ14.7729.215.84-
YUV103.9484.0155.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 171 (67.19% from 255) = 85.93%
BLUE value IS 26 (10.55% from 255) = 13.07%
R=1.01%
G=85.93%
B=13.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2171260.9900.850.33128.5297.6933.92
Hex2AB1A6305521816222
Octal22533214301254120114242
Binary101010101111010110001101010101100001100000011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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