#0AAF09

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

Shades of Islamic Green #0AAF09

Tints of Islamic Green #0AAF09

Color information

#0AAF09 (or 0x0AAF09) is unknown color: approx Islamic Green. HEX triplet: 0A, AF and 09. RGB value is (10,175,9). Sum of RGB (Red+Green+Blue) = 10+175+9=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 175 (68.75% from 255 or 90.21% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAF09 is #F550F6. Grayscale: #6B6B6B. Windows color (decimal): -16077047 or 634634. OLE color: 634634.

HSL color Cylindrical-coordinate representation of color #0AAF09: hue angle of 119.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAF09 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB101759-
CMYK0.9400.950.31
HSL119.64º90.22%36.08%-
HSV(B)119.64º94.86%68.63%-
XYZ15.530.745.38-
YUV106.7472.8459-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.15%
GREEN value IS 175 (68.75% from 255) = 90.21%
BLUE value IS 9 (3.91% from 255) = 4.64%
R=5.15%
G=90.21%
B=4.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1017590.9400.950.31119.6490.2236.08
HexAAF95E05F1F785a24
Octal122571113601373717013244
Binary10101010111110011011110010111111111111110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,175,9); }

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

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

 a { background-color: rgb(10,175,9); }

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

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

 span { border-color: rgb(10,175,9); }

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