Html Css Color HEX #ADC894 Sprout

📋 copy color: '#ADC894'

red 173 ◦ green 200 ◦ blue 148

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

Shades of Sprout #ADC894

Tints of Sprout #ADC894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.39%

 BLUE value IS 148 (58.2% from 255) = 28.41%

R = 33.21%
G = 38.39%
B = 28.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#ADC894 (or 0xADC894) is known color: Sprout. HEX triplet: AD, C8 and 94. RGB value is (173,200,148). Sum of RGB (Red+Green+Blue) = 173+200+148=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC894 is #52376B. Grayscale: #BABABA. Windows color (decimal): -5388140 or 9750701. OLE color: 9750701.

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

Color convert

RGB 173 200 148 -
CMYK 0.14 0 0.26 0.22
HSL 91.15º 0.32% 0.68% -
HSV(B) 91.15º 0.26% 0.78% -
XYZ 43.23 52.33 35.84 -
YUV 186 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 173 200 148 0.14 0 0.26 0.22 91.15 0.32 0.68
Hex AD C8 94 E 0 1A 16 5B 20 44
Octal 255 310 224 16 0 32 26 133 40 104
Binary 10101101 11001000 10010100 1110 0 11010 10110 1011011 100000 1000100

Color Harmonies of #ADC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC894

Black with #ADC894

Text Example


Text Example

White with #ADC894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC894; }

 p { color: rgb(173,200,148); }

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

background-color css

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

 a { background-color: rgb(173,200,148); }

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

border-color css

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

 span { border-color: rgb(173,200,148); }

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