#ADC780

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

Shades of Caper #ADC780

Tints of Caper #ADC780

Color information

#ADC780 (or 0xADC780) is unknown color: approx Caper. HEX triplet: AD, C7 and 80. RGB value is (173,199,128). Sum of RGB (Red+Green+Blue) = 173+199+128=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC780 is #52387F. Grayscale: #B7B7B7. Windows color (decimal): -5388416 or 8439725. OLE color: 8439725.

HSL color Cylindrical-coordinate representation of color #ADC780: hue angle of 81.97º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADC780 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB173199128-
CMYK0.1300.360.22
HSL81.97º38.8%64.12%-
HSV(B)81.97º35.68%78.04%-
XYZ41.5551.2928.13-
YUV183.1396.89120.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 199 (78.12% from 255) = 39.8%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=34.6%
G=39.8%
B=25.6%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991280.1300.360.2281.9738.864.12
HexADC780D02416522740
Octal255307200150442612247100
Binary101011011100011110000000110101001001011010100101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC780; }

 p { color: rgb(173,199,128); }

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

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

 a { background-color: rgb(173,199,128); }

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

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

 span { border-color: rgb(173,199,128); }

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