Html Css Color HEX #A1D590 Gossip

📋 copy color: '#A1D590'

red 161 ◦ green 213 ◦ blue 144

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

Shades of Gossip #A1D590

Tints of Gossip #A1D590

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.12%

 BLUE value IS 144 (56.64% from 255) = 27.8%

R = 31.08%
G = 41.12%
B = 27.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#A1D590 (or 0xA1D590) is known color: Gossip. HEX triplet: A1, D5 and 90. RGB value is (161,213,144). Sum of RGB (Red+Green+Blue) = 161+213+144=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D590 is #5E2A6F. Grayscale: #BDBDBD. Windows color (decimal): -6171248 or 9491873. OLE color: 9491873.

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

Color convert

RGB 161 213 144 -
CMYK 0.24 0 0.32 0.16
HSL 105.22º 0.45% 0.7% -
HSV(B) 105.22º 0.32% 0.84% -
XYZ 43.53 57.18 35.13 -
YUV 189.59 102.27 107.61 -
System Red Green Blue C M Y K H S L
Decimal 161 213 144 0.24 0 0.32 0.16 105.22 0.45 0.7
Hex A1 D5 90 18 0 20 10 69 2D 46
Octal 241 325 220 30 0 40 20 151 55 106
Binary 10100001 11010101 10010000 11000 0 100000 10000 1101001 101101 1000110

Color Harmonies of #A1D590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D590

Black with #A1D590

Text Example


Text Example

White with #A1D590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D590; }

 p { color: rgb(161,213,144); }

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

background-color css

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

 a { background-color: rgb(161,213,144); }

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

border-color css

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

 span { border-color: rgb(161,213,144); }

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