#ADC497

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

Shades of Sprout #ADC497

Tints of Sprout #ADC497

Color information

#ADC497 (or 0xADC497) is unknown color: approx Sprout. HEX triplet: AD, C4 and 97. RGB value is (173,196,151). Sum of RGB (Red+Green+Blue) = 173+196+151=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC497 is #523B68. Grayscale: #B8B8B8. Windows color (decimal): -5389161 or 9946285. OLE color: 9946285.

HSL color Cylindrical-coordinate representation of color #ADC497: hue angle of 90.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC497 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB173196151-
CMYK0.1200.230.23
HSL90.67º27.61%68.04%-
HSV(B)90.67º22.96%76.86%-
XYZ42.5650.636.8-
YUV183.99109.38120.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 196 (76.95% from 255) = 37.69%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=33.27%
G=37.69%
B=29.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961510.1200.230.2390.6727.6168.04
HexADC497C017175b1c44
Octal255304227140272713334104
Binary1010110111000100100101111100010111101111011011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC497; }

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

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

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

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

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

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

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

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