#10A705

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

Shades of Islamic Green #10A705

Tints of Islamic Green #10A705

Color information

#10A705 (or 0x10A705) is unknown color: approx Islamic Green. HEX triplet: 10, A7 and 05. RGB value is (16,167,5). Sum of RGB (Red+Green+Blue) = 16+167+5=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 167 (65.62% from 255 or 88.83% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 167 - color contains mainly: green. Hex color #10A705 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A705 is #EF58FA. Grayscale: #676767. Windows color (decimal): -15685883 or 370448. OLE color: 370448.

HSL color Cylindrical-coordinate representation of color #10A705: hue angle of 115.93º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10A705 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB161675-
CMYK0.9000.970.35
HSL115.93º94.19%33.73%-
HSV(B)115.93º97.01%65.49%-
XYZ14.0627.764.76-
YUV103.3872.4765.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 167 (65.62% from 255) = 88.83%
BLUE value IS 5 (2.34% from 255) = 2.66%
R=8.51%
G=88.83%
B=2.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1616750.9000.970.35115.9394.1933.73
Hex10A755A06123745e22
Octal20247513201414316413642
Binary100001010011110110110100110000110001111101001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,167,5); }

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

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

 a { background-color: rgb(16,167,5); }

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

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

 span { border-color: rgb(16,167,5); }

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