#ADC46D

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

Shades of Caper #ADC46D

Tints of Caper #ADC46D

Color information

#ADC46D (or 0xADC46D) is unknown color: approx Caper. HEX triplet: AD, C4 and 6D. RGB value is (173,196,109). Sum of RGB (Red+Green+Blue) = 173+196+109=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC46D is #523B92. Grayscale: #B3B3B3. Windows color (decimal): -5389203 or 7193773. OLE color: 7193773.

HSL color Cylindrical-coordinate representation of color #ADC46D: hue angle of 75.86º 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 #ADC46D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB173196109-
CMYK0.1200.440.23
HSL75.86º42.44%59.8%-
HSV(B)75.86º44.39%76.86%-
XYZ39.7349.4721.92-
YUV179.288.38123.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 196 (76.95% from 255) = 41.00%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=36.19%
G=41.00%
B=22.80%

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
Decimal1731961090.1200.440.2375.8642.4459.8
HexADC46DC02C174c2a3c
Octal25530415514054271145274
Binary1010110111000100110110111000101100101111001100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC46D; }

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

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

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

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

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

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

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

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