#10AE73

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

Shades of Jade #10AE73

Tints of Jade #10AE73

Color information

#10AE73 (or 0x10AE73) is unknown color: approx Jade. HEX triplet: 10, AE and 73. RGB value is (16,174,115). Sum of RGB (Red+Green+Blue) = 16+174+115=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AE73 is #EF518C. Grayscale: #787878. Windows color (decimal): -15683981 or 7581200. OLE color: 7581200.

HSL color Cylindrical-coordinate representation of color #10AE73: hue angle of 157.59º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AE73 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB16174115-
CMYK0.9100.340.32
HSL157.59º83.16%37.25%-
HSV(B)157.59º90.8%68.24%-
XYZ18.4431.6221.35-
YUV120.03125.1553.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 174 (68.36% from 255) = 57.05%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=5.25%
G=57.05%
B=37.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161741150.9100.340.32157.5983.1637.25
Hex10AE735B022209e5325
Octal202561631330424023612345
Binary1000010101110111001110110110100010100000100111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,174,115); }

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

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

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

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

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

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

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