#0a9910

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

Shades of Islamic Green #0A9910

Tints of Islamic Green #0A9910

Color information

#0A9910 (or 0x0A9910) is unknown color: approx Islamic Green. HEX triplet: 0A, 99 and 10. RGB value is (10,153,16). Sum of RGB (Red+Green+Blue) = 10+153+16=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 153 (60.16% from 255 or 85.47% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9910 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9910 is #F566EF. Grayscale: #5F5F5F. Windows color (decimal): -16082672 or 1087754. OLE color: 1087754.

HSL color Cylindrical-coordinate representation of color #0A9910: hue angle of 122.52º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9910 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1015316-
CMYK0.9300.900.4
HSL122.52º87.73%31.96%-
HSV(B)122.52º93.46%60%-
XYZ11.6122.884.3-
YUV94.6283.6267.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.59%
GREEN value IS 153 (60.16% from 255) = 85.47%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=5.59%
G=85.47%
B=8.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10153160.9300.900.4122.5287.7331.96
HexA99105D05A287b5820
Octal122312013501325017313040
Binary1010100110011000010111010101101010100011110111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a9910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,153,16); }

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

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

 a { background-color: rgb(10,153,16); }

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

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

 span { border-color: rgb(10,153,16); }

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