Html Css Color HEX #A0CD88 Gossip

📋 copy color: '#A0CD88'

red 160 ◦ green 205 ◦ blue 136

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

Shades of Gossip #A0CD88

Tints of Gossip #A0CD88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.15%

R = 31.94%
G = 40.92%
B = 27.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#A0CD88 (or 0xA0CD88) is known color: Gossip. HEX triplet: A0, CD and 88. RGB value is (160,205,136). Sum of RGB (Red+Green+Blue) = 160+205+136=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD88 is #5F3277. Grayscale: #B7B7B7. Windows color (decimal): -6238840 or 8965536. OLE color: 8965536.

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

Color convert

RGB 160 205 136 -
CMYK 0.22 0 0.34 0.20
HSL 99.13º 0.41% 0.67% -
HSV(B) 99.13º 0.34% 0.8% -
XYZ 40.77 52.91 31.36 -
YUV 183.68 101.09 111.11 -
System Red Green Blue C M Y K H S L
Decimal 160 205 136 0.22 0 0.34 0.20 99.13 0.41 0.67
Hex A0 CD 88 16 0 22 14 63 29 43
Octal 240 315 210 26 0 42 24 143 51 103
Binary 10100000 11001101 10001000 10110 0 100010 10100 1100011 101001 1000011

Color Harmonies of #A0CD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD88

Black with #A0CD88

Text Example


Text Example

White with #A0CD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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