#10A006

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

Shades of Islamic Green #10A006

Tints of Islamic Green #10A006

Color information

#10A006 (or 0x10A006) is unknown color: approx Islamic Green. HEX triplet: 10, A0 and 06. RGB value is (16,160,6). Sum of RGB (Red+Green+Blue) = 16+160+6=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 160 (62.89% from 255 or 87.91% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 160 - color contains mainly: green. Hex color #10A006 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A006 is #EF5FF9. Grayscale: #636363. Windows color (decimal): -15687674 or 434192. OLE color: 434192.

HSL color Cylindrical-coordinate representation of color #10A006: hue angle of 116.1º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10A006 is Cyan = 0.9, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB161606-
CMYK0.900.960.37
HSL116.1º92.77%32.55%-
HSV(B)116.1º96.25%62.75%-
XYZ12.8225.264.37-
YUV99.3975.2968.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.79%
GREEN value IS 160 (62.89% from 255) = 87.91%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=8.79%
G=87.91%
B=3.30%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616060.900.960.37116.192.7732.55
Hex10A065A06025745d21
Octal20240613201404516413541
Binary100001010000011010110100110000010010111101001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10A006; }

 p { color: rgb(16,160,6); }

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

<style>
 a { background-color: #10A006; }

 a { background-color: rgb(16,160,6); }

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

<style>
 span { border-color: #10A006; }

 span { border-color: rgb(16,160,6); }

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