#1AAB02

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

Shades of Islamic Green #1AAB02

Tints of Islamic Green #1AAB02

Color information

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

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

Color convert

RGB261712-
CMYK0.8500.990.33
HSL111.48º97.69%33.92%-
HSV(B)111.48º98.83%67.06%-
XYZ1529.354.93-
YUV108.3867.9669.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2617120.8500.990.33111.4897.6933.92
Hex1AAB255063216f6222
Octal32253212501434115714242
Binary11010101010111010101010110001110000111011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AAB02; }

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

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

<style>
 a { background-color: #1AAB02; }

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

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

<style>
 span { border-color: #1AAB02; }

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

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