Html Css Color HEX #A0CB81 Gossip

📋 copy color: '#A0CB81'

red 160 ◦ green 203 ◦ blue 129

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

Shades of Gossip #A0CB81

Tints of Gossip #A0CB81

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.26%

 BLUE value IS 129 (50.78% from 255) = 26.22%

R = 32.52%
G = 41.26%
B = 26.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#A0CB81 (or 0xA0CB81) is known color: Gossip. HEX triplet: A0, CB and 81. RGB value is (160,203,129). Sum of RGB (Red+Green+Blue) = 160+203+129=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CB81 is #5F347E. Grayscale: #B5B5B5. Windows color (decimal): -6239359 or 8506272. OLE color: 8506272.

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

Color convert

RGB 160 203 129 -
CMYK 0.21 0 0.36 0.20
HSL 94.86º 0.42% 0.65% -
HSV(B) 94.86º 0.36% 0.8% -
XYZ 39.82 51.77 28.66 -
YUV 181.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 160 203 129 0.21 0 0.36 0.20 94.86 0.42 0.65
Hex A0 CB 81 15 0 24 14 5F 2A 41
Octal 240 313 201 25 0 44 24 137 52 101
Binary 10100000 11001011 10000001 10101 0 100100 10100 1011111 101010 1000001

Color Harmonies of #A0CB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB81

Black with #A0CB81

Text Example


Text Example

White with #A0CB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB81; }

 p { color: rgb(160,203,129); }

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

background-color css

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

 a { background-color: rgb(160,203,129); }

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

border-color css

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

 span { border-color: rgb(160,203,129); }

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