Html Css Color HEX #ADC995 Sprout

📋 copy color: '#ADC995'

red 173 ◦ green 201 ◦ blue 149

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

Shades of Sprout #ADC995

Tints of Sprout #ADC995

RGB

 RED value IS 173 (67.97% from 255) = 33.08%

 GREEN value IS 201 (78.91% from 255) = 38.43%

 BLUE value IS 149 (58.59% from 255) = 28.49%

R = 33.08%
G = 38.43%
B = 28.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#ADC995 (or 0xADC995) is known color: Sprout. HEX triplet: AD, C9 and 95. RGB value is (173,201,149). Sum of RGB (Red+Green+Blue) = 173+201+149=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC995 is #52366A. Grayscale: #BABABA. Windows color (decimal): -5387883 or 9816493. OLE color: 9816493.

HSL color Cylindrical-coordinate representation of color #ADC995: hue angle of 92.31º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC995 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 149 -
CMYK 0.14 0 0.26 0.21
HSL 92.31º 0.33% 0.69% -
HSV(B) 92.31º 0.26% 0.79% -
XYZ 43.55 52.83 36.34 -
YUV 186.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 173 201 149 0.14 0 0.26 0.21 92.31 0.33 0.69
Hex AD C9 95 E 0 1A 15 5C 20 45
Octal 255 311 225 16 0 32 25 134 40 105
Binary 10101101 11001001 10010101 1110 0 11010 10101 1011100 100000 1000101

Color Harmonies of #ADC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC995

Black with #ADC995

Text Example


Text Example

White with #ADC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC995; }

 p { color: rgb(173,201,149); }

 H1.HeaderClassName
 {
   color: #ADC995;
 }
 .AnyTagClassName
 {
   color: #ADC995;
 }
</style>

background-color css

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

 a { background-color: rgb(173,201,149); }

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

border-color css

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

 span { border-color: rgb(173,201,149); }

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