#ACC998

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

Shades of Sprout #ACC998

Tints of Sprout #ACC998

Color information

#ACC998 (or 0xACC998) is unknown color: approx Sprout. HEX triplet: AC, C9 and 98. RGB value is (172,201,152). Sum of RGB (Red+Green+Blue) = 172+201+152=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC998 is #533667. Grayscale: #BABABA. Windows color (decimal): -5453416 or 10013100. OLE color: 10013100.

HSL color Cylindrical-coordinate representation of color #ACC998: hue angle of 95.51º 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 #ACC998 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB172201152-
CMYK0.1400.240.21
HSL95.51º31.21%69.22%-
HSV(B)95.51º24.38%78.82%-
XYZ43.5752.8137.6-
YUV186.74108.39117.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 201 (78.91% from 255) = 38.29%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=32.76%
G=38.29%
B=28.95%

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
Decimal1722011520.1400.240.2195.5131.2169.22
HexACC998E01815601f45
Octal254311230160302514037105
Binary1010110011001001100110001110011000101011100000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC998; }

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

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

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

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

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

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

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

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