#02AE05

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

Shades of Islamic Green #02AE05

Tints of Islamic Green #02AE05

Color information

#02AE05 (or 0x02AE05) is unknown color: approx Islamic Green. HEX triplet: 02, AE and 05. RGB value is (2,174,5). Sum of RGB (Red+Green+Blue) = 2+174+5=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 174 (68.36% from 255 or 96.13% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AE05 is #FD51FA. Grayscale: #676767. Windows color (decimal): -16601595 or 372226. OLE color: 372226.

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

Color convert

RGB21745-
CMYK0.9900.970.32
HSL121.05º97.73%34.51%-
HSV(B)121.05º98.85%68.24%-
XYZ15.1930.35.19-
YUV103.3172.5255.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 174 (68.36% from 255) = 96.13%
BLUE value IS 5 (2.34% from 255) = 2.76%
R=1.10%
G=96.13%
B=2.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal217450.9900.970.32121.0597.7334.51
Hex2AE56306120796223
Octal2256514301414017114243
Binary101010111010111000110110000110000011110011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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