Html Css Color HEX #ADC699 Sprout

📋 copy color: '#ADC699'

red 173 ◦ green 198 ◦ blue 153

#ADC699
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #ADC699

Tints of Sprout #ADC699

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.2%

R = 33.02%
G = 37.79%
B = 29.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#ADC699 (or 0xADC699) is known color: 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

RGB 173 198 153 -
CMYK 0.13 0 0.23 0.22
HSL 93.33º 0.28% 0.69% -
HSV(B) 93.33º 0.23% 0.78% -
XYZ 43.18 51.57 37.82 -
YUV 185.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 173 198 153 0.13 0 0.23 0.22 93.33 0.28 0.69
Hex AD C6 99 D 0 17 16 5D 1C 45
Octal 255 306 231 15 0 27 26 135 34 105
Binary 10101101 11000110 10011001 1101 0 10111 10110 1011101 11100 1000101

Color Harmonies of #ADC699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC699

Black with #ADC699

Text Example


Text Example

White with #ADC699

Text Example


Text Example

HTML Codes & Css Web 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>