#ADC16E

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

Shades of Caper #ADC16E

Tints of Caper #ADC16E

Color information

#ADC16E (or 0xADC16E) is unknown color: approx Caper. HEX triplet: AD, C1 and 6E. RGB value is (173,193,110). Sum of RGB (Red+Green+Blue) = 173+193+110=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC16E is #523E91. Grayscale: #B1B1B1. Windows color (decimal): -5389970 or 7258541. OLE color: 7258541.

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

Color convert

RGB173193110-
CMYK0.1000.430.24
HSL74.46º40.1%59.41%-
HSV(B)74.46º43.01%75.69%-
XYZ39.1248.1521.98-
YUV177.5689.87124.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 193 (75.78% from 255) = 40.55%
BLUE value IS 110 (43.36% from 255) = 23.11%
R=36.34%
G=40.55%
B=23.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931100.1000.430.2474.4640.159.41
HexADC16EA02B184a283b
Octal25530115612053301125073
Binary1010110111000001110111010100101011110001001010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC16E; }

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

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

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

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

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

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

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

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