#ADC49D

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

Shades of Sprout #ADC49D

Tints of Sprout #ADC49D

Color information

#ADC49D (or 0xADC49D) is unknown color: approx Sprout. HEX triplet: AD, C4 and 9D. RGB value is (173,196,157). Sum of RGB (Red+Green+Blue) = 173+196+157=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC49D is #523B62. Grayscale: #B8B8B8. Windows color (decimal): -5389155 or 10339501. OLE color: 10339501.

HSL color Cylindrical-coordinate representation of color #ADC49D: hue angle of 95.38º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC49D is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB173196157-
CMYK0.1200.200.23
HSL95.38º24.84%69.22%-
HSV(B)95.38º19.9%76.86%-
XYZ43.0650.839.43-
YUV184.68112.38119.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=32.89%
G=37.26%
B=29.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961570.1200.200.2395.3824.8469.22
HexADC49DC014175f1945
Octal255304235140242713731105
Binary1010110111000100100111011100010100101111011111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC49D; }

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

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

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

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

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

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

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

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