#ADC26D

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

Shades of Caper #ADC26D

Tints of Caper #ADC26D

Color information

#ADC26D (or 0xADC26D) is unknown color: approx Caper. HEX triplet: AD, C2 and 6D. RGB value is (173,194,109). Sum of RGB (Red+Green+Blue) = 173+194+109=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC26D is #523D92. Grayscale: #B2B2B2. Windows color (decimal): -5389715 or 7193261. OLE color: 7193261.

HSL color Cylindrical-coordinate representation of color #ADC26D: hue angle of 74.82º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADC26D is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB173194109-
CMYK0.1100.440.24
HSL74.82º41.06%59.41%-
HSV(B)74.82º43.81%76.08%-
XYZ39.2948.5721.77-
YUV178.0389.04124.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=36.34%
G=40.76%
B=22.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941090.1100.440.2474.8241.0659.41
HexADC26DB02C184b293b
Octal25530215513054301135173
Binary1010110111000010110110110110101100110001001011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC26D; }

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

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

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

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

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

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

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

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