#02AA0E

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

Shades of Islamic Green #02AA0E

Tints of Islamic Green #02AA0E

Color information

#02AA0E (or 0x02AA0E) is unknown color: approx Islamic Green. HEX triplet: 02, AA and 0E. RGB value is (2,170,14). Sum of RGB (Red+Green+Blue) = 2+170+14=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 170 (66.80% from 255 or 91.40% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AA0E is #FD55F1. Grayscale: #666666. Windows color (decimal): -16602610 or 961026. OLE color: 961026.

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

Color convert

RGB217014-
CMYK0.9900.920.33
HSL124.29º97.67%33.73%-
HSV(B)124.29º98.82%66.67%-
XYZ14.4828.795.21-
YUV101.9878.3456.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 170 (66.80% from 255) = 91.40%
BLUE value IS 14 (5.86% from 255) = 7.53%
R=1.08%
G=91.40%
B=7.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2170140.9900.920.33124.2997.6733.73
Hex2AAE6305C217c6222
Octal22521614301344117414242
Binary1010101010111011000110101110010000111111001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,170,14); }

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

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

 a { background-color: rgb(2,170,14); }

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

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

 span { border-color: rgb(2,170,14); }

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