#ADC97A

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

Shades of Caper #ADC97A

Tints of Caper #ADC97A

Color information

#ADC97A (or 0xADC97A) is unknown color: approx Caper. HEX triplet: AD, C9 and 7A. RGB value is (173,201,122). Sum of RGB (Red+Green+Blue) = 173+201+122=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC97A is #523685. Grayscale: #B7B7B7. Windows color (decimal): -5387910 or 8047021. OLE color: 8047021.

HSL color Cylindrical-coordinate representation of color #ADC97A: hue angle of 81.27º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADC97A is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB173201122-
CMYK0.1400.390.21
HSL81.27º42.25%63.33%-
HSV(B)81.27º39.3%78.82%-
XYZ41.6352.0626.27-
YUV183.6293.22120.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 201 (78.91% from 255) = 40.52%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=34.88%
G=40.52%
B=24.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011220.1400.390.2181.2742.2563.33
HexADC97AE02715512a3f
Octal25531117216047251215277
Binary1010110111001001111101011100100111101011010001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC97A; }

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

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

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

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

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

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

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

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