#ADC66D

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

Shades of Caper #ADC66D

Tints of Caper #ADC66D

Color information

#ADC66D (or 0xADC66D) is unknown color: approx Caper. HEX triplet: AD, C6 and 6D. RGB value is (173,198,109). Sum of RGB (Red+Green+Blue) = 173+198+109=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC66D is #523992. Grayscale: #B4B4B4. Windows color (decimal): -5388691 or 7194285. OLE color: 7194285.

HSL color Cylindrical-coordinate representation of color #ADC66D: hue angle of 76.85º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADC66D is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB173198109-
CMYK0.1300.450.22
HSL76.85º43.84%60.2%-
HSV(B)76.85º44.95%77.65%-
XYZ40.1950.3822.07-
YUV180.3887.72122.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 109 (42.97% from 255) = 22.71%
R=36.04%
G=41.25%
B=22.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981090.1300.450.2276.8543.8460.2
HexADC66DD02D164d2c3c
Octal25530615515055261155474
Binary1010110111000110110110111010101101101101001101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC66D; }

 p { color: rgb(173,198,109); }

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

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

 a { background-color: rgb(173,198,109); }

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

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

 span { border-color: rgb(173,198,109); }

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