#17BF69

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

Shades of Jade #17BF69

Tints of Jade #17BF69

Color information

#17BF69 (or 0x17BF69) is unknown color: approx Jade. HEX triplet: 17, BF and 69. RGB value is (23,191,105). Sum of RGB (Red+Green+Blue) = 23+191+105=319 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.21% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #17BF69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #17BF69 is #E84096. Grayscale: #838383. Windows color (decimal): -15220887 or 6930199. OLE color: 6930199.

HSL color Cylindrical-coordinate representation of color #17BF69: hue angle of 149.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BF69 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB23191105-
CMYK0.8800.450.25
HSL149.29º78.5%41.96%-
HSV(B)149.29º87.96%74.9%-
XYZ21.5338.4619.65-
YUV130.96113.3450.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.21%
GREEN value IS 191 (75% from 255) = 59.87%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=7.21%
G=59.87%
B=32.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal231911050.8800.450.25149.2978.541.96
Hex17BF695802D19954f2a
Octal272771511300553122511752
Binary101111011111111010011011000010110111001100101011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,191,105); }

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

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

 a { background-color: rgb(23,191,105); }

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

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

 span { border-color: rgb(23,191,105); }

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