#02AE1A

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

Shades of Islamic Green #02AE1A

Tints of Islamic Green #02AE1A

Color information

#02AE1A (or 0x02AE1A) is unknown color: approx Islamic Green. HEX triplet: 02, AE and 1A. RGB value is (2,174,26). Sum of RGB (Red+Green+Blue) = 2+174+26=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 174 (68.36% from 255 or 86.14% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AE1A is #FD51E5. Grayscale: #6A6A6A. Windows color (decimal): -16601574 or 1748482. OLE color: 1748482.

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

Color convert

RGB217426-
CMYK0.9900.850.32
HSL128.37º97.73%34.51%-
HSV(B)128.37º98.85%68.24%-
XYZ15.3530.366.03-
YUV105.783.0254.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 174 (68.36% from 255) = 86.14%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=0.99%
G=86.14%
B=12.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2174260.9900.850.32128.3797.7334.51
Hex2AE1A6305520806223
Octal22563214301254020014243
Binary101010111011010110001101010101100000100000001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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