#ADC170

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

Shades of Caper #ADC170

Tints of Caper #ADC170

Color information

#ADC170 (or 0xADC170) is unknown color: approx Caper. HEX triplet: AD, C1 and 70. RGB value is (173,193,112). Sum of RGB (Red+Green+Blue) = 173+193+112=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC170 is #523E8F. Grayscale: #B2B2B2. Windows color (decimal): -5389968 or 7389613. OLE color: 7389613.

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

Color convert

RGB173193112-
CMYK0.1000.420.24
HSL74.81º39.51%59.8%-
HSV(B)74.81º41.97%75.69%-
XYZ39.2348.1922.56-
YUV177.7990.87124.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=36.19%
G=40.38%
B=23.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931120.1000.420.2474.8139.5159.8
HexADC170A02A184b283c
Octal25530116012052301135074
Binary1010110111000001111000010100101010110001001011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC170; }

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

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

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

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

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

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

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

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