Html Css Color HEX #A1DD8C Gossip

📋 copy color: '#A1DD8C'

red 161 ◦ green 221 ◦ blue 140

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

Shades of Gossip #A1DD8C

Tints of Gossip #A1DD8C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.34%

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

R = 30.84%
G = 42.34%
B = 26.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#A1DD8C (or 0xA1DD8C) is known color: Gossip. HEX triplet: A1, DD and 8C. RGB value is (161,221,140). Sum of RGB (Red+Green+Blue) = 161+221+140=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD8C is #5E2273. Grayscale: #C2C2C2. Windows color (decimal): -6169204 or 9231777. OLE color: 9231777.

HSL color Cylindrical-coordinate representation of color #A1DD8C: hue angle of 104.44º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1DD8C is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 140 -
CMYK 0.27 0 0.37 0.13
HSL 104.44º 0.54% 0.71% -
HSV(B) 104.44º 0.37% 0.87% -
XYZ 45.29 61.18 34.23 -
YUV 193.83 97.62 104.59 -
System Red Green Blue C M Y K H S L
Decimal 161 221 140 0.27 0 0.37 0.13 104.44 0.54 0.71
Hex A1 DD 8C 1B 0 25 D 68 36 47
Octal 241 335 214 33 0 45 15 150 66 107
Binary 10100001 11011101 10001100 11011 0 100101 1101 1101000 110110 1000111

Color Harmonies of #A1DD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD8C

Black with #A1DD8C

Text Example


Text Example

White with #A1DD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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