#0FAA0E

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

Shades of Islamic Green #0FAA0E

Tints of Islamic Green #0FAA0E

Color information

#0FAA0E (or 0x0FAA0E) is unknown color: approx Islamic Green. HEX triplet: 0F, AA and 0E. RGB value is (15,170,14). Sum of RGB (Red+Green+Blue) = 15+170+14=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 170 (66.80% from 255 or 85.43% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAA0E is #F055F1. Grayscale: #6A6A6A. Windows color (decimal): -15750642 or 961039. OLE color: 961039.

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

Color convert

RGB1517014-
CMYK0.9100.920.33
HSL119.62º84.78%36.08%-
HSV(B)119.62º91.76%66.67%-
XYZ14.6528.885.22-
YUV105.8776.1563.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.54%
GREEN value IS 170 (66.80% from 255) = 85.43%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=7.54%
G=85.43%
B=7.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15170140.9100.920.33119.6284.7836.08
HexFAAE5B05C21785524
Octal172521613301344117012544
Binary111110101010111010110110101110010000111110001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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