Html Css Color HEX #A1D98C Gossip

📋 copy color: '#A1D98C'

red 161 ◦ green 217 ◦ blue 140

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

Shades of Gossip #A1D98C

Tints of Gossip #A1D98C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.89%

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 31.08%
G = 41.89%
B = 27.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#A1D98C (or 0xA1D98C) is known color: Gossip. HEX triplet: A1, D9 and 8C. RGB value is (161,217,140). Sum of RGB (Red+Green+Blue) = 161+217+140=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D98C is #5E2673. Grayscale: #BFBFBF. Windows color (decimal): -6170228 or 9230753. OLE color: 9230753.

HSL color Cylindrical-coordinate representation of color #A1D98C: hue angle of 103.64º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1D98C is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 140 -
CMYK 0.26 0 0.35 0.15
HSL 103.64º 0.5% 0.7% -
HSV(B) 103.64º 0.35% 0.85% -
XYZ 44.24 59.1 33.89 -
YUV 191.48 98.95 106.26 -
System Red Green Blue C M Y K H S L
Decimal 161 217 140 0.26 0 0.35 0.15 103.64 0.5 0.7
Hex A1 D9 8C 1A 0 23 F 68 32 46
Octal 241 331 214 32 0 43 17 150 62 106
Binary 10100001 11011001 10001100 11010 0 100011 1111 1101000 110010 1000110

Color Harmonies of #A1D98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D98C

Black with #A1D98C

Text Example


Text Example

White with #A1D98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D98C; }

 p { color: rgb(161,217,140); }

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

background-color css

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

 a { background-color: rgb(161,217,140); }

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

border-color css

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

 span { border-color: rgb(161,217,140); }

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