#A1CC90

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

Shades of Gossip #A1CC90

Tints of Gossip #A1CC90

Color information

#A1CC90 (or 0xA1CC90) is unknown color: approx Gossip. HEX triplet: A1, CC and 90. RGB value is (161,204,144). Sum of RGB (Red+Green+Blue) = 161+204+144=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC90 is #5E336F. Grayscale: #B8B8B8. Windows color (decimal): -6173552 or 9489569. OLE color: 9489569.

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

Color convert

RGB161204144-
CMYK0.2100.290.2
HSL103º37.04%68.24%-
HSV(B)103º29.41%80%-
XYZ41.3252.7834.39-
YUV184.3105.25111.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=31.63%
G=40.08%
B=28.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041440.2100.290.210337.0468.24
HexA1CC901501D14672544
Octal241314220250352414745104
Binary101000011100110010010000101010111011010011001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC90; }

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

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

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

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

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

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

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

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