#0FAA10

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

Shades of Islamic Green #0FAA10

Tints of Islamic Green #0FAA10

Color information

#0FAA10 (or 0x0FAA10) is unknown color: approx Islamic Green. HEX triplet: 0F, AA and 10. RGB value is (15,170,16). Sum of RGB (Red+Green+Blue) = 15+170+16=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 170 (66.80% from 255 or 84.58% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAA10 is #F055EF. Grayscale: #6A6A6A. Windows color (decimal): -15750640 or 1092111. OLE color: 1092111.

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

Color convert

RGB1517016-
CMYK0.9100.910.33
HSL120.39º83.78%36.27%-
HSV(B)120.39º91.18%66.67%-
XYZ14.6728.895.29-
YUV106.177.1563.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.46%
GREEN value IS 170 (66.80% from 255) = 84.58%
BLUE value IS 16 (6.64% from 255) = 7.96%
R=7.46%
G=84.58%
B=7.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15170160.9100.910.33120.3983.7836.27
HexFAA105B05B21785424
Octal172522013301334117012444
Binary1111101010101000010110110101101110000111110001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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