Html Css Color HEX #A1C981 Gossip

📋 copy color: '#A1C981'

red 161 ◦ green 201 ◦ blue 129

#A1C981
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #A1C981

Tints of Gossip #A1C981

RGB

 RED value IS 161 (63.28% from 255) = 32.79%

 GREEN value IS 201 (78.91% from 255) = 40.94%

 BLUE value IS 129 (50.78% from 255) = 26.27%

R = 32.79%
G = 40.94%
B = 26.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#A1C981 (or 0xA1C981) is known color: Gossip. HEX triplet: A1, C9 and 81. RGB value is (161,201,129). Sum of RGB (Red+Green+Blue) = 161+201+129=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C981 is #5E367E. Grayscale: #B5B5B5. Windows color (decimal): -6174335 or 8505761. OLE color: 8505761.

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

Color convert

RGB 161 201 129 -
CMYK 0.20 0 0.36 0.21
HSL 93.33º 0.4% 0.65% -
HSV(B) 93.33º 0.36% 0.79% -
XYZ 39.55 50.94 28.52 -
YUV 180.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 161 201 129 0.20 0 0.36 0.21 93.33 0.4 0.65
Hex A1 C9 81 14 0 24 15 5D 28 41
Octal 241 311 201 24 0 44 25 135 50 101
Binary 10100001 11001001 10000001 10100 0 100100 10101 1011101 101000 1000001

Color Harmonies of #A1C981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C981

Black with #A1C981

Text Example


Text Example

White with #A1C981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C981; }

 p { color: rgb(161,201,129); }

 H1.HeaderClassName
 {
   color: #A1C981;
 }
 .AnyTagClassName
 {
   color: #A1C981;
 }
</style>

background-color css

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

 a { background-color: rgb(161,201,129); }

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

border-color css

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

 span { border-color: rgb(161,201,129); }

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