#0A9F16

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

Shades of Islamic Green #0A9F16

Tints of Islamic Green #0A9F16

Color information

#0A9F16 (or 0x0A9F16) is unknown color: approx Islamic Green. HEX triplet: 0A, 9F and 16. RGB value is (10,159,22). Sum of RGB (Red+Green+Blue) = 10+159+22=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 159 (62.5% from 255 or 83.25% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9F16 is #F560E9. Grayscale: #636363. Windows color (decimal): -16081130 or 1482506. OLE color: 1482506.

HSL color Cylindrical-coordinate representation of color #0A9F16: hue angle of 124.83º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9F16 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB1015922-
CMYK0.9400.860.38
HSL124.83º88.17%33.14%-
HSV(B)124.83º93.71%62.35%-
XYZ12.6724.924.9-
YUV98.8384.6464.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.24%
GREEN value IS 159 (62.5% from 255) = 83.25%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=5.24%
G=83.25%
B=11.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10159220.9400.860.38124.8388.1733.14
HexA9F165E056267d5821
Octal122372613601264617513041
Binary1010100111111011010111100101011010011011111011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,159,22); }

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

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

 a { background-color: rgb(10,159,22); }

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

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

 span { border-color: rgb(10,159,22); }

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