Html Css Color HEX #A0CD82 Gossip

📋 copy color: '#A0CD82'

red 160 ◦ green 205 ◦ blue 130

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

Shades of Gossip #A0CD82

Tints of Gossip #A0CD82

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.41%

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

R = 32.32%
G = 41.41%
B = 26.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#A0CD82 (or 0xA0CD82) is known color: Gossip. HEX triplet: A0, CD and 82. RGB value is (160,205,130). Sum of RGB (Red+Green+Blue) = 160+205+130=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD82 is #5F327D. Grayscale: #B7B7B7. Windows color (decimal): -6238846 or 8572320. OLE color: 8572320.

HSL color Cylindrical-coordinate representation of color #A0CD82: hue angle of 96º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0CD82 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 205 130 -
CMYK 0.22 0 0.37 0.20
HSL 96º 0.43% 0.66% -
HSV(B) 96º 0.37% 0.8% -
XYZ 40.36 52.75 29.17 -
YUV 183 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 160 205 130 0.22 0 0.37 0.20 96 0.43 0.66
Hex A0 CD 82 16 0 25 14 60 2B 42
Octal 240 315 202 26 0 45 24 140 53 102
Binary 10100000 11001101 10000010 10110 0 100101 10100 1100000 101011 1000010

Color Harmonies of #A0CD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD82

Black with #A0CD82

Text Example


Text Example

White with #A0CD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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