#ADC17F

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

Shades of Caper #ADC17F

Tints of Caper #ADC17F

Color information

#ADC17F (or 0xADC17F) is unknown color: approx Caper. HEX triplet: AD, C1 and 7F. RGB value is (173,193,127). Sum of RGB (Red+Green+Blue) = 173+193+127=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC17F is #523E80. Grayscale: #B3B3B3. Windows color (decimal): -5389953 or 8372653. OLE color: 8372653.

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

Color convert

RGB173193127-
CMYK0.1000.340.24
HSL78.18º34.74%62.75%-
HSV(B)78.18º34.2%75.69%-
XYZ40.1348.5627.34-
YUV179.598.37123.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 127 (50% from 255) = 25.76%
R=35.09%
G=39.15%
B=25.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931270.1000.340.2478.1834.7462.75
HexADC17FA022184e233f
Octal25530117712042301164377
Binary1010110111000001111111110100100010110001001110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC17F; }

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

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

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

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

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

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

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

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