#ACCA94

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

Shades of Sprout #ACCA94

Tints of Sprout #ACCA94

Color information

#ACCA94 (or 0xACCA94) is unknown color: approx Sprout. HEX triplet: AC, CA and 94. RGB value is (172,202,148). Sum of RGB (Red+Green+Blue) = 172+202+148=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCA94 is #53356B. Grayscale: #BBBBBB. Windows color (decimal): -5453164 or 9751212. OLE color: 9751212.

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

Color convert

RGB172202148-
CMYK0.1500.270.21
HSL93.33º33.75%68.63%-
HSV(B)93.33º26.73%79.22%-
XYZ43.4853.1535.98-
YUV186.87106.06117.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=32.95%
G=38.70%
B=28.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021480.1500.270.2193.3333.7568.63
HexACCA94F01B155d2245
Octal254312224170332513542105
Binary10101100110010101001010011110110111010110111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA94; }

 p { color: rgb(172,202,148); }

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

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

 a { background-color: rgb(172,202,148); }

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

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

 span { border-color: rgb(172,202,148); }

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