#ADC894

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

Shades of Sprout #ADC894

Tints of Sprout #ADC894

Color information

#ADC894 (or 0xADC894) is unknown color: approx 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

RGB173200148-
CMYK0.1400.260.22
HSL91.15º32.1%68.24%-
HSV(B)91.15º26%78.43%-
XYZ43.2352.3335.84-
YUV186106.55118.73-

RGB Variations

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

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.20% from 255) = 28.41%
R=33.21%
G=38.39%
B=28.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001480.1400.260.2291.1532.168.24
HexADC894E01A165b2044
Octal255310224160322613340104
Binary10101101110010001001010011100110101011010110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>