#ADC47D

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

Shades of Caper #ADC47D

Tints of Caper #ADC47D

Color information

#ADC47D (or 0xADC47D) is unknown color: approx Caper. HEX triplet: AD, C4 and 7D. RGB value is (173,196,125). Sum of RGB (Red+Green+Blue) = 173+196+125=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC47D is #523B82. Grayscale: #B5B5B5. Windows color (decimal): -5389187 or 8242349. OLE color: 8242349.

HSL color Cylindrical-coordinate representation of color #ADC47D: hue angle of 79.44º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADC47D is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB173196125-
CMYK0.1200.360.23
HSL79.44º37.57%62.94%-
HSV(B)79.44º36.22%76.86%-
XYZ40.6849.8426.88-
YUV181.0396.38122.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 196 (76.95% from 255) = 39.68%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=35.02%
G=39.68%
B=25.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961250.1200.360.2379.4437.5762.94
HexADC47DC024174f263f
Octal25530417514044271174677
Binary1010110111000100111110111000100100101111001111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC47D; }

 p { color: rgb(173,196,125); }

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

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

 a { background-color: rgb(173,196,125); }

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

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

 span { border-color: rgb(173,196,125); }

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