#02AE19

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

Shades of Islamic Green #02AE19

Tints of Islamic Green #02AE19

Color information

#02AE19 (or 0x02AE19) is unknown color: approx Islamic Green. HEX triplet: 02, AE and 19. RGB value is (2,174,25). Sum of RGB (Red+Green+Blue) = 2+174+25=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 174 (68.36% from 255 or 86.57% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AE19 is #FD51E6. Grayscale: #6A6A6A. Windows color (decimal): -16601575 or 1682946. OLE color: 1682946.

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

Color convert

RGB217425-
CMYK0.9900.860.32
HSL128.02º97.73%34.51%-
HSV(B)128.02º98.85%68.24%-
XYZ15.3430.365.97-
YUV105.5982.5254.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 174 (68.36% from 255) = 86.57%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=1.00%
G=86.57%
B=12.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2174250.9900.860.32128.0297.7334.51
Hex2AE196305620806223
Octal22563114301264020014243
Binary101010111011001110001101010110100000100000001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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