#17B464

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

Shades of Jade #17B464

Tints of Jade #17B464

Color information

#17B464 (or 0x17B464) is unknown color: approx Jade. HEX triplet: 17, B4 and 64. RGB value is (23,180,100). Sum of RGB (Red+Green+Blue) = 23+180+100=303 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.59% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #17B464 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #17B464 is #E84B9B. Grayscale: #7C7C7C. Windows color (decimal): -15223708 or 6599703. OLE color: 6599703.

HSL color Cylindrical-coordinate representation of color #17B464: hue angle of 149.43º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17B464 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB23180100-
CMYK0.8700.440.29
HSL149.43º77.34%39.8%-
HSV(B)149.43º87.22%70.59%-
XYZ18.9733.7417.57-
YUV123.94114.4956-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.59%
GREEN value IS 180 (70.70% from 255) = 59.41%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=7.59%
G=59.41%
B=33.00%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal231801000.8700.440.29149.4377.3439.8
Hex17B4645702C1D954d28
Octal272641441270543522511550
Binary101111011010011001001010111010110011101100101011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,180,100); }

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

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

 a { background-color: rgb(23,180,100); }

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

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

 span { border-color: rgb(23,180,100); }

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