#ACC999

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

Shades of Sprout #ACC999

Tints of Sprout #ACC999

Color information

#ACC999 (or 0xACC999) is unknown color: approx Sprout. HEX triplet: AC, C9 and 99. RGB value is (172,201,153). Sum of RGB (Red+Green+Blue) = 172+201+153=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC999 is #533666. Grayscale: #BBBBBB. Windows color (decimal): -5453415 or 10078636. OLE color: 10078636.

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

Color convert

RGB172201153-
CMYK0.1400.240.21
HSL96.25º30.77%69.41%-
HSV(B)96.25º23.88%78.82%-
XYZ43.6552.8438.04-
YUV186.86108.89117.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 201 (78.91% from 255) = 38.21%
BLUE value IS 153 (60.16% from 255) = 29.09%
R=32.70%
G=38.21%
B=29.09%

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
Decimal1722011530.1400.240.2196.2530.7769.41
HexACC999E01815601f45
Octal254311231160302514037105
Binary1010110011001001100110011110011000101011100000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC999; }

 p { color: rgb(172,201,153); }

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

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

 a { background-color: rgb(172,201,153); }

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

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

 span { border-color: rgb(172,201,153); }

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