#10A56A

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

Shades of Jade #10A56A

Tints of Jade #10A56A

Color information

#10A56A (or 0x10A56A) is unknown color: approx Jade. HEX triplet: 10, A5 and 6A. RGB value is (16,165,106). Sum of RGB (Red+Green+Blue) = 16+165+106=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #10A56A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A56A is #EF5A95. Grayscale: #717171. Windows color (decimal): -15686294 or 6989072. OLE color: 6989072.

HSL color Cylindrical-coordinate representation of color #10A56A: hue angle of 156.24º 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 #10A56A is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16165106-
CMYK0.9000.360.35
HSL156.24º82.32%35.49%-
HSV(B)156.24º90.3%64.71%-
XYZ16.2728.0618.19-
YUV113.72123.6458.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.57%
GREEN value IS 165 (64.84% from 255) = 57.49%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=5.57%
G=57.49%
B=36.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161651060.9000.360.35156.2482.3235.49
Hex10A56A5A024239c5223
Octal202451521320444323412243
Binary1000010100101110101010110100100100100011100111001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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