#ADC49A

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

Shades of Sprout #ADC49A

Tints of Sprout #ADC49A

Color information

#ADC49A (or 0xADC49A) is unknown color: approx Sprout. HEX triplet: AD, C4 and 9A. RGB value is (173,196,154). Sum of RGB (Red+Green+Blue) = 173+196+154=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC49A is #523B65. Grayscale: #B8B8B8. Windows color (decimal): -5389158 or 10142893. OLE color: 10142893.

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

Color convert

RGB173196154-
CMYK0.1200.210.23
HSL92.86º26.25%68.63%-
HSV(B)92.86º21.43%76.86%-
XYZ42.8150.738.1-
YUV184.34110.88119.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 196 (76.95% from 255) = 37.48%
BLUE value IS 154 (60.55% from 255) = 29.45%
R=33.08%
G=37.48%
B=29.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961540.1200.210.2392.8626.2568.63
HexADC49AC015175d1a45
Octal255304232140252713532105
Binary1010110111000100100110101100010101101111011101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC49A; }

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

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

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

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

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

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

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

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