#ADC992

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

Shades of Sprout #ADC992

Tints of Sprout #ADC992

Color information

#ADC992 (or 0xADC992) is unknown color: approx Sprout. HEX triplet: AD, C9 and 92. RGB value is (173,201,146). Sum of RGB (Red+Green+Blue) = 173+201+146=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC992 is #52366D. Grayscale: #BABABA. Windows color (decimal): -5387886 or 9619885. OLE color: 9619885.

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

Color convert

RGB173201146-
CMYK0.1400.270.21
HSL90.55º33.74%68.04%-
HSV(B)90.55º27.36%78.82%-
XYZ43.3152.7335.09-
YUV186.36105.22118.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 201 (78.91% from 255) = 38.65%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=33.27%
G=38.65%
B=28.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011460.1400.270.2190.5533.7468.04
HexADC992E01B155b2244
Octal255311222160332513342104
Binary10101101110010011001001011100110111010110110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC992; }

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

 H1.HeaderClassName
 {
   color: #ADC992;
 }
 .AnyTagClassName
 {
   color: #ADC992;
 }
</style>
background-color css

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

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

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

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

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

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