#ADD073

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

Shades of Caper #ADD073

Tints of Caper #ADD073

Color information

#ADD073 (or 0xADD073) is unknown color: approx Caper. HEX triplet: AD, D0 and 73. RGB value is (173,208,115). Sum of RGB (Red+Green+Blue) = 173+208+115=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD073 is #522F8C. Grayscale: #BBBBBB. Windows color (decimal): -5386125 or 7590061. OLE color: 7590061.

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

Color convert

RGB173208115-
CMYK0.1700.450.18
HSL82.58º49.73%63.33%-
HSV(B)82.58º44.71%81.57%-
XYZ42.8855.2324.62-
YUV186.9387.4118.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 208 (81.64% from 255) = 41.94%
BLUE value IS 115 (45.31% from 255) = 23.19%
R=34.88%
G=41.94%
B=23.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081150.1700.450.1882.5849.7363.33
HexADD0731102D1253323f
Octal25532016321055221236277
Binary10101101110100001110011100010101101100101010011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD073; }

 p { color: rgb(173,208,115); }

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

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

 a { background-color: rgb(173,208,115); }

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

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

 span { border-color: rgb(173,208,115); }

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