Html Css Color HEX #A0CD89 Gossip

📋 copy color: '#A0CD89'

red 160 ◦ green 205 ◦ blue 137

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

Shades of Gossip #A0CD89

Tints of Gossip #A0CD89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.29%

R = 31.87%
G = 40.84%
B = 27.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#A0CD89 (or 0xA0CD89) is known color: Gossip. HEX triplet: A0, CD and 89. RGB value is (160,205,137). Sum of RGB (Red+Green+Blue) = 160+205+137=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD89 is #5F3276. Grayscale: #B8B8B8. Windows color (decimal): -6238839 or 9031072. OLE color: 9031072.

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

Color convert

RGB 160 205 137 -
CMYK 0.22 0 0.33 0.20
HSL 99.71º 0.4% 0.67% -
HSV(B) 99.71º 0.33% 0.8% -
XYZ 40.84 52.94 31.73 -
YUV 183.79 101.59 111.03 -
System Red Green Blue C M Y K H S L
Decimal 160 205 137 0.22 0 0.33 0.20 99.71 0.4 0.67
Hex A0 CD 89 16 0 21 14 64 28 43
Octal 240 315 211 26 0 41 24 144 50 103
Binary 10100000 11001101 10001001 10110 0 100001 10100 1100100 101000 1000011

Color Harmonies of #A0CD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD89

Black with #A0CD89

Text Example


Text Example

White with #A0CD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD89; }

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

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

background-color css

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

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

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

border-color css

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

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

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