#0AA91E

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

Shades of Islamic Green #0AA91E

Tints of Islamic Green #0AA91E

Color information

#0AA91E (or 0x0AA91E) is unknown color: approx Islamic Green. HEX triplet: 0A, A9 and 1E. RGB value is (10,169,30). Sum of RGB (Red+Green+Blue) = 10+169+30=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 169 (66.41% from 255 or 80.86% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA91E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA91E is #F556E1. Grayscale: #6A6A6A. Windows color (decimal): -16078562 or 2009354. OLE color: 2009354.

HSL color Cylindrical-coordinate representation of color #0AA91E: hue angle of 127.55º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA91E is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1016930-
CMYK0.9400.820.34
HSL127.55º88.83%35.1%-
HSV(B)127.55º94.08%66.27%-
XYZ14.5528.535.97-
YUV105.6185.3259.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 169 (66.41% from 255) = 80.86%
BLUE value IS 30 (12.11% from 255) = 14.35%
R=4.78%
G=80.86%
B=14.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal10169300.9400.820.34127.5588.8335.1
HexAA91E5E05222805923
Octal122513613601224220013143
Binary10101010100111110101111001010010100010100000001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AA91E; }

 p { color: rgb(10,169,30); }

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

<style>
 a { background-color: #0AA91E; }

 a { background-color: rgb(10,169,30); }

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

<style>
 span { border-color: #0AA91E; }

 span { border-color: rgb(10,169,30); }

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