#10600A

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

Shades of Green #10600A

Tints of Green #10600A

Color information

#10600A (or 0x10600A) is unknown color: approx Green. HEX triplet: 10, 60 and 0A. RGB value is (16,96,10). Sum of RGB (Red+Green+Blue) = 16+96+10=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #10600A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10600A is #EF9FF5. Grayscale: #3E3E3E. Windows color (decimal): -15704054 or 679952. OLE color: 679952.

HSL color Cylindrical-coordinate representation of color #10600A: hue angle of 115.81º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10600A is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB169610-
CMYK0.8300.900.62
HSL115.81º81.13%20.78%-
HSV(B)115.81º89.58%37.65%-
XYZ4.458.51.69-
YUV62.2898.594.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.11%
GREEN value IS 96 (37.89% from 255) = 78.69%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=13.11%
G=78.69%
B=8.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696100.8300.900.62115.8181.1320.78
Hex1060A5305A3E745115
Octal201401212301327616412125
Binary10000110000010101010011010110101111101110100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10600A; }

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

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

<style>
 a { background-color: #10600A; }

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

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

<style>
 span { border-color: #10600A; }

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

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