Html Css Color HEX #A0D58C Gossip

📋 copy color: '#A0D58C'

red 160 ◦ green 213 ◦ blue 140

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

Shades of Gossip #A0D58C

Tints of Gossip #A0D58C

RGB

 RED value IS 160 (62.89% from 255) = 31.19%

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

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

R = 31.19%
G = 41.52%
B = 27.29%

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

#A0D58C (or 0xA0D58C) is known color: Gossip. HEX triplet: A0, D5 and 8C. RGB value is (160,213,140). Sum of RGB (Red+Green+Blue) = 160+213+140=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D58C is #5F2A73. Grayscale: #BDBDBD. Windows color (decimal): -6236788 or 9229728. OLE color: 9229728.

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

Color convert

RGB 160 213 140 -
CMYK 0.25 0 0.34 0.16
HSL 103.56º 0.46% 0.69% -
HSV(B) 103.56º 0.34% 0.84% -
XYZ 43.03 56.96 33.54 -
YUV 188.83 100.44 107.44 -
System Red Green Blue C M Y K H S L
Decimal 160 213 140 0.25 0 0.34 0.16 103.56 0.46 0.69
Hex A0 D5 8C 19 0 22 10 68 2E 45
Octal 240 325 214 31 0 42 20 150 56 105
Binary 10100000 11010101 10001100 11001 0 100010 10000 1101000 101110 1000101

Color Harmonies of #A0D58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D58C

Black with #A0D58C

Text Example


Text Example

White with #A0D58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D58C; }

 p { color: rgb(160,213,140); }

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

background-color css

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

 a { background-color: rgb(160,213,140); }

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

border-color css

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

 span { border-color: rgb(160,213,140); }

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