#ADC699

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

Shades of Sprout #ADC699

Tints of Sprout #ADC699

Color information

#ADC699 (or 0xADC699) is unknown color: approx Sprout. HEX triplet: AD, C6 and 99. RGB value is (173,198,153). Sum of RGB (Red+Green+Blue) = 173+198+153=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC699 is #523966. Grayscale: #B9B9B9. Windows color (decimal): -5388647 or 10077869. OLE color: 10077869.

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

Color convert

RGB173198153-
CMYK0.1300.230.22
HSL93.33º28.3%68.82%-
HSV(B)93.33º22.73%77.65%-
XYZ43.1851.5737.82-
YUV185.4109.72119.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 198 (77.73% from 255) = 37.79%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=33.02%
G=37.79%
B=29.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981530.1300.230.2293.3328.368.82
HexADC699D017165d1c45
Octal255306231150272613534105
Binary1010110111000110100110011101010111101101011101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC699; }

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

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

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

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

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

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

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

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