#0AA91D

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

Shades of Islamic Green #0AA91D

Tints of Islamic Green #0AA91D

Color information

#0AA91D (or 0x0AA91D) is unknown color: approx Islamic Green. HEX triplet: 0A, A9 and 1D. RGB value is (10,169,29). Sum of RGB (Red+Green+Blue) = 10+169+29=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 169 (66.41% from 255 or 81.25% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA91D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA91D is #F556E2. Grayscale: #696969. Windows color (decimal): -16078563 or 1943818. OLE color: 1943818.

HSL color Cylindrical-coordinate representation of color #0AA91D: hue angle of 127.17º 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 #0AA91D is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB1016929-
CMYK0.9400.830.34
HSL127.17º88.83%35.1%-
HSV(B)127.17º94.08%66.27%-
XYZ14.5328.535.9-
YUV105.584.8259.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.81%
GREEN value IS 169 (66.41% from 255) = 81.25%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=4.81%
G=81.25%
B=13.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal10169290.9400.830.34127.1788.8335.1
HexAA91D5E053227f5923
Octal122513513601234217713143
Binary1010101010011110110111100101001110001011111111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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