#ADC499

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

Shades of Sprout #ADC499

Tints of Sprout #ADC499

Color information

#ADC499 (or 0xADC499) is unknown color: approx Sprout. HEX triplet: AD, C4 and 99. RGB value is (173,196,153). Sum of RGB (Red+Green+Blue) = 173+196+153=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC499 is #523B66. Grayscale: #B8B8B8. Windows color (decimal): -5389159 or 10077357. OLE color: 10077357.

HSL color Cylindrical-coordinate representation of color #ADC499: hue angle of 92.09º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC499 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB173196153-
CMYK0.1200.220.23
HSL92.09º26.71%68.43%-
HSV(B)92.09º21.94%76.86%-
XYZ42.7250.6637.66-
YUV184.22110.38120-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 196 (76.95% from 255) = 37.55%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=33.14%
G=37.55%
B=29.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961530.1200.220.2392.0926.7168.43
HexADC499C016175c1b44
Octal255304231140262713433104
Binary1010110111000100100110011100010110101111011100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC499; }

 p { color: rgb(173,196,153); }

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

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

 a { background-color: rgb(173,196,153); }

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

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

 span { border-color: rgb(173,196,153); }

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