#ADC696

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

Shades of Sprout #ADC696

Tints of Sprout #ADC696

Color information

#ADC696 (or 0xADC696) is unknown color: approx Sprout. HEX triplet: AD, C6 and 96. RGB value is (173,198,150). Sum of RGB (Red+Green+Blue) = 173+198+150=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC696 is #523969. Grayscale: #B9B9B9. Windows color (decimal): -5388650 or 9881261. OLE color: 9881261.

HSL color Cylindrical-coordinate representation of color #ADC696: hue angle of 91.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC696 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB173198150-
CMYK0.1300.240.22
HSL91.25º29.63%68.24%-
HSV(B)91.25º24.24%77.65%-
XYZ42.9351.4736.53-
YUV185.05108.22119.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 198 (77.73% from 255) = 38.00%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=33.21%
G=38.00%
B=28.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981500.1300.240.2291.2529.6368.24
HexADC696D018165b1e44
Octal255306226150302613336104
Binary1010110111000110100101101101011000101101011011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC696; }

 p { color: rgb(173,198,150); }

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

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

 a { background-color: rgb(173,198,150); }

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

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

 span { border-color: rgb(173,198,150); }

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