#ADC46E

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

Shades of Caper #ADC46E

Tints of Caper #ADC46E

Color information

#ADC46E (or 0xADC46E) is unknown color: approx Caper. HEX triplet: AD, C4 and 6E. RGB value is (173,196,110). Sum of RGB (Red+Green+Blue) = 173+196+110=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC46E is #523B91. Grayscale: #B3B3B3. Windows color (decimal): -5389202 or 7259309. OLE color: 7259309.

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

Color convert

RGB173196110-
CMYK0.1200.440.23
HSL76.05º42.16%60%-
HSV(B)76.05º43.88%76.86%-
XYZ39.7949.4922.21-
YUV179.3288.88123.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 110 (43.36% from 255) = 22.96%
R=36.12%
G=40.92%
B=22.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961100.1200.440.2376.0542.1660
HexADC46EC02C174c2a3c
Octal25530415614054271145274
Binary1010110111000100110111011000101100101111001100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC46E; }

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

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

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

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

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

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

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

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