#10A169

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

Shades of Jade #10A169

Tints of Jade #10A169

Color information

#10A169 (or 0x10A169) is unknown color: approx Jade. HEX triplet: 10, A1 and 69. RGB value is (16,161,105). Sum of RGB (Red+Green+Blue) = 16+161+105=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #10A169 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A169 is #EF5E96. Grayscale: #6F6F6F. Windows color (decimal): -15687319 or 6922512. OLE color: 6922512.

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

Color convert

RGB16161105-
CMYK0.9000.350.37
HSL156.83º81.92%34.71%-
HSV(B)156.83º90.06%63.14%-
XYZ15.5126.6217.69-
YUV111.26124.4660.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.67%
GREEN value IS 161 (63.28% from 255) = 57.09%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=5.67%
G=57.09%
B=37.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161611050.9000.350.37156.8381.9234.71
Hex10A1695A023259d5223
Octal202411511320434523512243
Binary1000010100001110100110110100100011100101100111011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,161,105); }

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

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

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

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

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

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

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