Html Css Color HEX #A1D684 Gossip

📋 copy color: '#A1D684'

red 161 ◦ green 214 ◦ blue 132

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

Shades of Gossip #A1D684

Tints of Gossip #A1D684

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

 BLUE value IS 132 (51.95% from 255) = 26.04%

R = 31.76%
G = 42.21%
B = 26.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#A1D684 (or 0xA1D684) is known color: Gossip. HEX triplet: A1, D6 and 84. RGB value is (161,214,132). Sum of RGB (Red+Green+Blue) = 161+214+132=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D684 is #5E297B. Grayscale: #BDBDBD. Windows color (decimal): -6171004 or 8705697. OLE color: 8705697.

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

Color convert

RGB 161 214 132 -
CMYK 0.25 0 0.38 0.16
HSL 98.78º 0.5% 0.68% -
HSV(B) 98.78º 0.38% 0.84% -
XYZ 42.91 57.34 30.64 -
YUV 188.81 95.94 108.17 -
System Red Green Blue C M Y K H S L
Decimal 161 214 132 0.25 0 0.38 0.16 98.78 0.5 0.68
Hex A1 D6 84 19 0 26 10 63 32 44
Octal 241 326 204 31 0 46 20 143 62 104
Binary 10100001 11010110 10000100 11001 0 100110 10000 1100011 110010 1000100

Color Harmonies of #A1D684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D684

Black with #A1D684

Text Example


Text Example

White with #A1D684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D684; }

 p { color: rgb(161,214,132); }

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

background-color css

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

 a { background-color: rgb(161,214,132); }

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

border-color css

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

 span { border-color: rgb(161,214,132); }

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