#ADCD95

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

Shades of Sprout #ADCD95

Tints of Sprout #ADCD95

Color information

#ADCD95 (or 0xADCD95) is unknown color: approx Sprout. HEX triplet: AD, CD and 95. RGB value is (173,205,149). Sum of RGB (Red+Green+Blue) = 173+205+149=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD95 is #52326A. Grayscale: #BDBDBD. Windows color (decimal): -5386859 or 9817517. OLE color: 9817517.

HSL color Cylindrical-coordinate representation of color #ADCD95: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADCD95 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB173205149-
CMYK0.1600.270.20
HSL94.29º35.9%69.41%-
HSV(B)94.29º27.32%80.39%-
XYZ44.4954.7236.65-
YUV189.05105.4116.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=32.83%
G=38.90%
B=28.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051490.1600.270.2094.2935.969.41
HexADCD951001B145e2445
Octal255315225200332413644105
Binary101011011100110110010101100000110111010010111101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD95; }

 p { color: rgb(173,205,149); }

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

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

 a { background-color: rgb(173,205,149); }

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

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

 span { border-color: rgb(173,205,149); }

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