#16a769

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

Shades of Jade #16A769

Tints of Jade #16A769

Color information

#16A769 (or 0x16A769) is unknown color: approx Jade. HEX triplet: 16, A7 and 69. RGB value is (22,167,105). Sum of RGB (Red+Green+Blue) = 22+167+105=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #16A769 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A769 is #E95896. Grayscale: #747474. Windows color (decimal): -15292567 or 6924054. OLE color: 6924054.

HSL color Cylindrical-coordinate representation of color #16A769: hue angle of 154.34º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A769 is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB22167105-
CMYK0.8700.370.35
HSL154.34º76.72%37.06%-
HSV(B)154.34º86.83%65.49%-
XYZ16.728.8318.05-
YUV116.58121.4660.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.48%
GREEN value IS 167 (65.62% from 255) = 56.80%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=7.48%
G=56.80%
B=35.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal221671050.8700.370.35154.3476.7237.06
Hex16A76957025239a4d25
Octal262471511270454323211545
Binary1011010100111110100110101110100101100011100110101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16a769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16a769; }

 p { color: rgb(22,167,105); }

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

<style>
 a { background-color: #16a769; }

 a { background-color: rgb(22,167,105); }

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

<style>
 span { border-color: #16a769; }

 span { border-color: rgb(22,167,105); }

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