Html Css Color HEX #A0D982 Gossip

📋 copy color: '#A0D982'

red 160 ◦ green 217 ◦ blue 130

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

Shades of Gossip #A0D982

Tints of Gossip #A0D982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.8%

 BLUE value IS 130 (51.17% from 255) = 25.64%

R = 31.56%
G = 42.8%
B = 25.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#A0D982 (or 0xA0D982) is known color: Gossip. HEX triplet: A0, D9 and 82. RGB value is (160,217,130). Sum of RGB (Red+Green+Blue) = 160+217+130=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D982 is #5F267D. Grayscale: #BEBEBE. Windows color (decimal): -6235774 or 8575392. OLE color: 8575392.

HSL color Cylindrical-coordinate representation of color #A0D982: hue angle of 99.31º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0D982 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 130 -
CMYK 0.26 0 0.40 0.15
HSL 99.31º 0.53% 0.68% -
HSV(B) 99.31º 0.4% 0.85% -
XYZ 43.34 58.71 30.17 -
YUV 190.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 160 217 130 0.26 0 0.40 0.15 99.31 0.53 0.68
Hex A0 D9 82 1A 0 28 F 63 35 44
Octal 240 331 202 32 0 50 17 143 65 104
Binary 10100000 11011001 10000010 11010 0 101000 1111 1100011 110101 1000100

Color Harmonies of #A0D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D982

Black with #A0D982

Text Example


Text Example

White with #A0D982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D982; }

 p { color: rgb(160,217,130); }

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

background-color css

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

 a { background-color: rgb(160,217,130); }

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

border-color css

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

 span { border-color: rgb(160,217,130); }

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