#0FAE09

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

Shades of Islamic Green #0FAE09

Tints of Islamic Green #0FAE09

Color information

#0FAE09 (or 0x0FAE09) is unknown color: approx Islamic Green. HEX triplet: 0F, AE and 09. RGB value is (15,174,9). Sum of RGB (Red+Green+Blue) = 15+174+9=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 174 (68.36% from 255 or 87.88% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAE09 is #F051F6. Grayscale: #6C6C6C. Windows color (decimal): -15749623 or 634383. OLE color: 634383.

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

Color convert

RGB151749-
CMYK0.9100.950.32
HSL117.82º90.16%35.88%-
HSV(B)117.82º94.83%68.24%-
XYZ15.3830.395.31-
YUV107.6572.3261.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.58%
GREEN value IS 174 (68.36% from 255) = 87.88%
BLUE value IS 9 (3.91% from 255) = 4.55%
R=7.58%
G=87.88%
B=4.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1517490.9100.950.32117.8290.1635.88
HexFAE95B05F20765a24
Octal172561113301374016613244
Binary111110101110100110110110101111110000011101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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