#ADC76E

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

Shades of Caper #ADC76E

Tints of Caper #ADC76E

Color information

#ADC76E (or 0xADC76E) is unknown color: approx Caper. HEX triplet: AD, C7 and 6E. RGB value is (173,199,110). Sum of RGB (Red+Green+Blue) = 173+199+110=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC76E is #523891. Grayscale: #B5B5B5. Windows color (decimal): -5388434 or 7260077. OLE color: 7260077.

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

Color convert

RGB173199110-
CMYK0.1300.450.22
HSL77.53º44.28%60.59%-
HSV(B)77.53º44.72%78.04%-
XYZ40.4750.8622.44-
YUV181.0887.89122.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 199 (78.12% from 255) = 41.29%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=35.89%
G=41.29%
B=22.82%

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
Decimal1731991100.1300.450.2277.5344.2860.59
HexADC76ED02D164e2c3d
Octal25530715615055261165475
Binary1010110111000111110111011010101101101101001110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC76E; }

 p { color: rgb(173,199,110); }

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

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

 a { background-color: rgb(173,199,110); }

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

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

 span { border-color: rgb(173,199,110); }

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