#ADC17A

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

Shades of Caper #ADC17A

Tints of Caper #ADC17A

Color information

#ADC17A (or 0xADC17A) is unknown color: approx Caper. HEX triplet: AD, C1 and 7A. RGB value is (173,193,122). Sum of RGB (Red+Green+Blue) = 173+193+122=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC17A is #523E85. Grayscale: #B3B3B3. Windows color (decimal): -5389958 or 8044973. OLE color: 8044973.

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

Color convert

RGB173193122-
CMYK0.1000.370.24
HSL76.9º36.41%61.76%-
HSV(B)76.9º36.79%75.69%-
XYZ39.8248.4325.66-
YUV178.9395.87123.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 193 (75.78% from 255) = 39.55%
BLUE value IS 122 (48.05% from 255) = 25%
R=35.45%
G=39.55%
B=25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931220.1000.370.2476.936.4161.76
HexADC17AA025184d243e
Octal25530117212045301154476
Binary1010110111000001111101010100100101110001001101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC17A; }

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

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

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

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

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

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

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

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