#0AA70D

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

Shades of Islamic Green #0AA70D

Tints of Islamic Green #0AA70D

Color information

#0AA70D (or 0x0AA70D) is unknown color: approx Islamic Green. HEX triplet: 0A, A7 and 0D. RGB value is (10,167,13). Sum of RGB (Red+Green+Blue) = 10+167+13=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 167 (65.62% from 255 or 87.89% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA70D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA70D is #F558F2. Grayscale: #666666. Windows color (decimal): -16079091 or 894730. OLE color: 894730.

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

Color convert

RGB1016713-
CMYK0.9400.920.35
HSL121.15º88.7%34.71%-
HSV(B)121.15º94.01%65.49%-
XYZ14.0227.734.99-
YUV102.577.4962.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.26%
GREEN value IS 167 (65.62% from 255) = 87.89%
BLUE value IS 13 (5.47% from 255) = 6.84%
R=5.26%
G=87.89%
B=6.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10167130.9400.920.35121.1588.734.71
HexAA7D5E05C23795923
Octal122471513601344317113143
Binary101010100111110110111100101110010001111110011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,167,13); }

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

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

 a { background-color: rgb(10,167,13); }

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

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

 span { border-color: rgb(10,167,13); }

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