#A1CE8A

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

Shades of Gossip #A1CE8A

Tints of Gossip #A1CE8A

Color information

#A1CE8A (or 0xA1CE8A) is unknown color: approx Gossip. HEX triplet: A1, CE and 8A. RGB value is (161,206,138). Sum of RGB (Red+Green+Blue) = 161+206+138=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CE8A is #5E3175. Grayscale: #B9B9B9. Windows color (decimal): -6173046 or 9096865. OLE color: 9096865.

HSL color Cylindrical-coordinate representation of color #A1CE8A: hue angle of 99.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1CE8A is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB161206138-
CMYK0.2200.330.19
HSL99.71º40.96%67.45%-
HSV(B)99.71º33.01%80.78%-
XYZ41.3653.5532.2-
YUV184.79101.59111.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 206 (80.86% from 255) = 40.79%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=31.88%
G=40.79%
B=27.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061380.2200.330.1999.7140.9667.45
HexA1CE8A1602113642943
Octal241316212260412314451103
Binary1010000111001110100010101011001000011001111001001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CE8A; }

 p { color: rgb(161,206,138); }

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

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

 a { background-color: rgb(161,206,138); }

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

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

 span { border-color: rgb(161,206,138); }

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