#ADD16E

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

Shades of Caper #ADD16E

Tints of Caper #ADD16E

Color information

#ADD16E (or 0xADD16E) is unknown color: approx Caper. HEX triplet: AD, D1 and 6E. RGB value is (173,209,110). Sum of RGB (Red+Green+Blue) = 173+209+110=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD16E is #522E91. Grayscale: #BBBBBB. Windows color (decimal): -5385874 or 7262637. OLE color: 7262637.

HSL color Cylindrical-coordinate representation of color #ADD16E: hue angle of 81.82º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADD16E is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB173209110-
CMYK0.1700.470.18
HSL81.82º51.83%62.55%-
HSV(B)81.82º47.37%81.96%-
XYZ42.8555.6123.23-
YUV186.9584.57118.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 110 (43.36% from 255) = 22.36%
R=35.16%
G=42.48%
B=22.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732091100.1700.470.1881.8251.8362.55
HexADD16E1102F1252343f
Octal25532115621057221226477
Binary10101101110100011101110100010101111100101010010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD16E; }

 p { color: rgb(173,209,110); }

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

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

 a { background-color: rgb(173,209,110); }

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

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

 span { border-color: rgb(173,209,110); }

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