Html Css Color HEX #A1C991 Gossip

📋 copy color: '#A1C991'

red 161 ◦ green 201 ◦ blue 145

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

Shades of Gossip #A1C991

Tints of Gossip #A1C991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.6%

R = 31.76%
G = 39.64%
B = 28.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#A1C991 (or 0xA1C991) is known color: Gossip. HEX triplet: A1, C9 and 91. RGB value is (161,201,145). Sum of RGB (Red+Green+Blue) = 161+201+145=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C991 is #5E366E. Grayscale: #B6B6B6. Windows color (decimal): -6174319 or 9554337. OLE color: 9554337.

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

Color convert

RGB 161 201 145 -
CMYK 0.20 0 0.28 0.21
HSL 102.86º 0.34% 0.68% -
HSV(B) 102.86º 0.28% 0.79% -
XYZ 40.7 51.39 34.56 -
YUV 182.66 106.75 112.55 -
System Red Green Blue C M Y K H S L
Decimal 161 201 145 0.20 0 0.28 0.21 102.86 0.34 0.68
Hex A1 C9 91 14 0 1C 15 67 22 44
Octal 241 311 221 24 0 34 25 147 42 104
Binary 10100001 11001001 10010001 10100 0 11100 10101 1100111 100010 1000100

Color Harmonies of #A1C991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C991

Black with #A1C991

Text Example


Text Example

White with #A1C991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C991; }

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

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

background-color css

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

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

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

border-color css

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

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

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