#A1CC93

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

Shades of Gossip #A1CC93

Tints of Gossip #A1CC93

Color information

#A1CC93 (or 0xA1CC93) is unknown color: approx Gossip. HEX triplet: A1, CC and 93. RGB value is (161,204,147). Sum of RGB (Red+Green+Blue) = 161+204+147=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC93 is #5E336C. Grayscale: #B8B8B8. Windows color (decimal): -6173549 or 9686177. OLE color: 9686177.

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

Color convert

RGB161204147-
CMYK0.2100.280.2
HSL105.26º35.85%68.82%-
HSV(B)105.26º27.94%80%-
XYZ41.5652.8735.62-
YUV184.64106.75111.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=31.45%
G=39.84%
B=28.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041470.2100.280.2105.2635.8568.82
HexA1CC931501C14692445
Octal241314223250342415144105
Binary101000011100110010010011101010111001010011010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC93; }

 p { color: rgb(161,204,147); }

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

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

 a { background-color: rgb(161,204,147); }

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

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

 span { border-color: rgb(161,204,147); }

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