Html Css Color HEX #ADC497 Sprout

📋 copy color: '#ADC497'

red 173 ◦ green 196 ◦ blue 151

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

Shades of Sprout #ADC497

Tints of Sprout #ADC497

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 value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

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

RGB 173 196 151 -
CMYK 0.12 0 0.23 0.23
HSL 90.67º 0.28% 0.68% -
HSV(B) 90.67º 0.23% 0.77% -
XYZ 42.56 50.6 36.8 -
YUV 183.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 173 196 151 0.12 0 0.23 0.23 90.67 0.28 0.68
Hex AD C4 97 C 0 17 17 5B 1C 44
Octal 255 304 227 14 0 27 27 133 34 104
Binary 10101101 11000100 10010111 1100 0 10111 10111 1011011 11100 1000100

Color Harmonies of #ADC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC497

Black with #ADC497

Text Example


Text Example

White with #ADC497

Text Example


Text Example

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