#ADCD7A

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

Shades of Caper #ADCD7A

Tints of Caper #ADCD7A

Color information

#ADCD7A (or 0xADCD7A) is unknown color: approx Caper. HEX triplet: AD, CD and 7A. RGB value is (173,205,122). Sum of RGB (Red+Green+Blue) = 173+205+122=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD7A is #523285. Grayscale: #BABABA. Windows color (decimal): -5386886 or 8048045. OLE color: 8048045.

HSL color Cylindrical-coordinate representation of color #ADCD7A: hue angle of 83.13º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADCD7A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB173205122-
CMYK0.1600.400.20
HSL83.13º45.36%64.12%-
HSV(B)83.13º40.49%80.39%-
XYZ42.5853.9526.58-
YUV185.9791.9118.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=34.6%
G=41%
B=24.4%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051220.1600.400.2083.1345.3664.12
HexADCD7A1002814532d40
Octal255315172200502412355100
Binary101011011100110111110101000001010001010010100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD7A; }

 p { color: rgb(173,205,122); }

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

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

 a { background-color: rgb(173,205,122); }

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

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

 span { border-color: rgb(173,205,122); }

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