#0FAA09

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

Shades of Islamic Green #0FAA09

Tints of Islamic Green #0FAA09

Color information

#0FAA09 (or 0x0FAA09) is unknown color: approx Islamic Green. HEX triplet: 0F, AA and 09. RGB value is (15,170,9). Sum of RGB (Red+Green+Blue) = 15+170+9=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 170 (66.80% from 255 or 87.63% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAA09 is #F055F6. Grayscale: #696969. Windows color (decimal): -15750647 or 633359. OLE color: 633359.

HSL color Cylindrical-coordinate representation of color #0FAA09: hue angle of 117.76º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0FAA09 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB151709-
CMYK0.9100.950.33
HSL117.76º89.94%35.1%-
HSV(B)117.76º94.71%66.67%-
XYZ14.6228.875.06-
YUV105.373.6563.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.73%
GREEN value IS 170 (66.80% from 255) = 87.63%
BLUE value IS 9 (3.91% from 255) = 4.64%
R=7.73%
G=87.63%
B=4.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1517090.9100.950.33117.7689.9435.1
HexFAA95B05F21765a23
Octal172521113301374116613243
Binary111110101010100110110110101111110000111101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,170,9); }

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

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

 a { background-color: rgb(15,170,9); }

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

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

 span { border-color: rgb(15,170,9); }

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