#0FA810

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

Shades of Islamic Green #0FA810

Tints of Islamic Green #0FA810

Color information

#0FA810 (or 0x0FA810) is unknown color: approx Islamic Green. HEX triplet: 0F, A8 and 10. RGB value is (15,168,16). Sum of RGB (Red+Green+Blue) = 15+168+16=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 168 (66.02% from 255 or 84.42% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA810 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA810 is #F057EF. Grayscale: #696969. Windows color (decimal): -15751152 or 1091599. OLE color: 1091599.

HSL color Cylindrical-coordinate representation of color #0FA810: hue angle of 120.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA810 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB1516816-
CMYK0.9100.900.34
HSL120.39º83.61%35.88%-
HSV(B)120.39º91.07%65.88%-
XYZ14.2928.145.17-
YUV104.9277.8163.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.54%
GREEN value IS 168 (66.02% from 255) = 84.42%
BLUE value IS 16 (6.64% from 255) = 8.04%
R=7.54%
G=84.42%
B=8.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal15168160.9100.900.34120.3983.6135.88
HexFA8105B05A22785424
Octal172502013301324217012444
Binary1111101010001000010110110101101010001011110001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,168,16); }

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

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

 a { background-color: rgb(15,168,16); }

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

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

 span { border-color: rgb(15,168,16); }

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