#10A510

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

Shades of Islamic Green #10A510

Tints of Islamic Green #10A510

Color information

#10A510 (or 0x10A510) is unknown color: approx Islamic Green. HEX triplet: 10, A5 and 10. RGB value is (16,165,16). Sum of RGB (Red+Green+Blue) = 16+165+16=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 165 (64.84% from 255 or 83.76% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 165 - color contains mainly: green. Hex color #10A510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A510 is #EF5AEF. Grayscale: #676767. Windows color (decimal): -15686384 or 1090832. OLE color: 1090832.

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

Color convert

RGB1616516-
CMYK0.9000.900.35
HSL120º82.32%35.49%-
HSV(B)120º90.3%64.71%-
XYZ13.7627.064.99-
YUV103.4678.6465.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.12%
GREEN value IS 165 (64.84% from 255) = 83.76%
BLUE value IS 16 (6.64% from 255) = 8.12%
R=8.12%
G=83.76%
B=8.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16165160.9000.900.3512082.3235.49
Hex10A5105A05A23785223
Octal202452013201324317012243
Binary10000101001011000010110100101101010001111110001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,165,16); }

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

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

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

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

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

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

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