#ADC57A

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

Shades of Caper #ADC57A

Tints of Caper #ADC57A

Color information

#ADC57A (or 0xADC57A) is unknown color: approx Caper. HEX triplet: AD, C5 and 7A. RGB value is (173,197,122). Sum of RGB (Red+Green+Blue) = 173+197+122=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC57A is #523A85. Grayscale: #B5B5B5. Windows color (decimal): -5388934 or 8045997. OLE color: 8045997.

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

Color convert

RGB173197122-
CMYK0.1200.380.23
HSL79.2º39.27%62.55%-
HSV(B)79.2º38.07%77.25%-
XYZ40.7150.2225.96-
YUV181.2794.55122.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=35.16%
G=40.04%
B=24.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731971220.1200.380.2379.239.2762.55
HexADC57AC026174f273f
Octal25530517214046271174777
Binary1010110111000101111101011000100110101111001111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC57A; }

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

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

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

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

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

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

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

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