Html Css Color HEX #A0CD84 Gossip

📋 copy color: '#A0CD84'

red 160 ◦ green 205 ◦ blue 132

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

Shades of Gossip #A0CD84

Tints of Gossip #A0CD84

RGB

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

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

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

R = 32.19%
G = 41.25%
B = 26.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#A0CD84 (or 0xA0CD84) is known color: Gossip. HEX triplet: A0, CD and 84. RGB value is (160,205,132). Sum of RGB (Red+Green+Blue) = 160+205+132=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD84 is #5F327B. Grayscale: #B7B7B7. Windows color (decimal): -6238844 or 8703392. OLE color: 8703392.

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

Color convert

RGB 160 205 132 -
CMYK 0.22 0 0.36 0.20
HSL 96.99º 0.42% 0.66% -
HSV(B) 96.99º 0.36% 0.8% -
XYZ 40.49 52.8 29.89 -
YUV 183.22 99.09 111.44 -
System Red Green Blue C M Y K H S L
Decimal 160 205 132 0.22 0 0.36 0.20 96.99 0.42 0.66
Hex A0 CD 84 16 0 24 14 61 2A 42
Octal 240 315 204 26 0 44 24 141 52 102
Binary 10100000 11001101 10000100 10110 0 100100 10100 1100001 101010 1000010

Color Harmonies of #A0CD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD84

Black with #A0CD84

Text Example


Text Example

White with #A0CD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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