#17AA70

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

Shades of Jade #17AA70

Tints of Jade #17AA70

Color information

#17AA70 (or 0x17AA70) is unknown color: approx Jade. HEX triplet: 17, AA and 70. RGB value is (23,170,112). Sum of RGB (Red+Green+Blue) = 23+170+112=305 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.54% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #17AA70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17AA70 is #E8558F. Grayscale: #777777. Windows color (decimal): -15226256 or 7383575. OLE color: 7383575.

HSL color Cylindrical-coordinate representation of color #17AA70: hue angle of 156.33º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17AA70 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB23170112-
CMYK0.8600.340.33
HSL156.33º76.17%37.84%-
HSV(B)156.33º86.47%66.67%-
XYZ17.6530.120.21-
YUV119.43123.859.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.54%
GREEN value IS 170 (66.80% from 255) = 55.74%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=7.54%
G=55.74%
B=36.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231701120.8600.340.33156.3376.1737.84
Hex17AA7056022219c4c26
Octal272521601260424123411446
Binary1011110101010111000010101100100010100001100111001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17AA70; }

 p { color: rgb(23,170,112); }

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

<style>
 a { background-color: #17AA70; }

 a { background-color: rgb(23,170,112); }

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

<style>
 span { border-color: #17AA70; }

 span { border-color: rgb(23,170,112); }

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