#ADCC70

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

Shades of Caper #ADCC70

Tints of Caper #ADCC70

Color information

#ADCC70 (or 0xADCC70) is unknown color: approx Caper. HEX triplet: AD, CC and 70. RGB value is (173,204,112). Sum of RGB (Red+Green+Blue) = 173+204+112=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC70 is #52338F. Grayscale: #B8B8B8. Windows color (decimal): -5387152 or 7392429. OLE color: 7392429.

HSL color Cylindrical-coordinate representation of color #ADCC70: hue angle of 80.22º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADCC70 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB173204112-
CMYK0.1500.450.2
HSL80.22º47.42%61.96%-
HSV(B)80.22º45.1%80%-
XYZ41.7553.2423.41-
YUV184.2487.23119.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 112 (44.14% from 255) = 22.90%
R=35.38%
G=41.72%
B=22.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041120.1500.450.280.2247.4261.96
HexADCC70F02D14502f3e
Octal25531416017055241205776
Binary1010110111001100111000011110101101101001010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC70; }

 p { color: rgb(173,204,112); }

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

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

 a { background-color: rgb(173,204,112); }

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

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

 span { border-color: rgb(173,204,112); }

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