Html Css Color HEX #A1D78E Gossip

📋 copy color: '#A1D78E'

red 161 ◦ green 215 ◦ blue 142

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

Shades of Gossip #A1D78E

Tints of Gossip #A1D78E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.51%

 BLUE value IS 142 (55.86% from 255) = 27.41%

R = 31.08%
G = 41.51%
B = 27.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#A1D78E (or 0xA1D78E) is known color: Gossip. HEX triplet: A1, D7 and 8E. RGB value is (161,215,142). Sum of RGB (Red+Green+Blue) = 161+215+142=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D78E is #5E2871. Grayscale: #BEBEBE. Windows color (decimal): -6170738 or 9361313. OLE color: 9361313.

HSL color Cylindrical-coordinate representation of color #A1D78E: hue angle of 104.38º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1D78E is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 215 142 -
CMYK 0.25 0 0.34 0.16
HSL 104.38º 0.48% 0.7% -
HSV(B) 104.38º 0.34% 0.84% -
XYZ 43.88 58.13 34.5 -
YUV 190.53 100.61 106.94 -
System Red Green Blue C M Y K H S L
Decimal 161 215 142 0.25 0 0.34 0.16 104.38 0.48 0.7
Hex A1 D7 8E 19 0 22 10 68 30 46
Octal 241 327 216 31 0 42 20 150 60 106
Binary 10100001 11010111 10001110 11001 0 100010 10000 1101000 110000 1000110

Color Harmonies of #A1D78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D78E

Black with #A1D78E

Text Example


Text Example

White with #A1D78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D78E; }

 p { color: rgb(161,215,142); }

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

background-color css

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

 a { background-color: rgb(161,215,142); }

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

border-color css

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

 span { border-color: rgb(161,215,142); }

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