#adca9a

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

Shades of Sprout #ADCA9A

Tints of Sprout #ADCA9A

Color information

#ADCA9A (or 0xADCA9A) is unknown color: approx Sprout. HEX triplet: AD, CA and 9A. RGB value is (173,202,154). Sum of RGB (Red+Green+Blue) = 173+202+154=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCA9A is #523565. Grayscale: #BCBCBC. Windows color (decimal): -5387622 or 10144429. OLE color: 10144429.

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

Color convert

RGB173202154-
CMYK0.1400.240.21
HSL96.25º31.17%69.8%-
HSV(B)96.25º23.76%79.22%-
XYZ44.1953.4638.56-
YUV187.86108.89117.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 154 (60.55% from 255) = 29.11%
R=32.70%
G=38.19%
B=29.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021540.1400.240.2196.2531.1769.8
HexADCA9AE01815601f46
Octal255312232160302514037106
Binary1010110111001010100110101110011000101011100000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adca9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adca9a; }

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

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

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

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

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

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

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

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