#ADCC71

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

Shades of Caper #ADCC71

Tints of Caper #ADCC71

Color information

#ADCC71 (or 0xADCC71) is unknown color: approx Caper. HEX triplet: AD, CC and 71. RGB value is (173,204,113). Sum of RGB (Red+Green+Blue) = 173+204+113=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC71 is #52338E. Grayscale: #B8B8B8. Windows color (decimal): -5387151 or 7457965. OLE color: 7457965.

HSL color Cylindrical-coordinate representation of color #ADCC71: hue angle of 80.44º 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 #ADCC71 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB173204113-
CMYK0.1500.450.2
HSL80.44º47.15%62.16%-
HSV(B)80.44º44.61%80%-
XYZ41.8153.2623.7-
YUV184.3687.73119.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 113 (44.53% from 255) = 23.06%
R=35.31%
G=41.63%
B=23.06%

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
Decimal1732041130.1500.450.280.4447.1562.16
HexADCC71F02D14502f3e
Octal25531416117055241205776
Binary1010110111001100111000111110101101101001010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC71; }

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

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

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

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

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

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

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

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