Html Css Color HEX #A0CA84 Gossip

📋 copy color: '#A0CA84'

red 160 ◦ green 202 ◦ blue 132

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

Shades of Gossip #A0CA84

Tints of Gossip #A0CA84

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.89%

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

R = 32.39%
G = 40.89%
B = 26.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#A0CA84 (or 0xA0CA84) is known color: Gossip. HEX triplet: A0, CA and 84. RGB value is (160,202,132). Sum of RGB (Red+Green+Blue) = 160+202+132=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CA84 is #5F357B. Grayscale: #B5B5B5. Windows color (decimal): -6239612 or 8702624. OLE color: 8702624.

HSL color Cylindrical-coordinate representation of color #A0CA84: hue angle of 96º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0CA84 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 132 -
CMYK 0.21 0 0.35 0.21
HSL 96º 0.4% 0.65% -
HSV(B) 96º 0.35% 0.79% -
XYZ 39.78 51.38 29.65 -
YUV 181.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 160 202 132 0.21 0 0.35 0.21 96 0.4 0.65
Hex A0 CA 84 15 0 23 15 60 28 41
Octal 240 312 204 25 0 43 25 140 50 101
Binary 10100000 11001010 10000100 10101 0 100011 10101 1100000 101000 1000001

Color Harmonies of #A0CA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA84

Black with #A0CA84

Text Example


Text Example

White with #A0CA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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