Html Css Color HEX #A0DB83 Gossip

📋 copy color: '#A0DB83'

red 160 ◦ green 219 ◦ blue 131

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

Shades of Gossip #A0DB83

Tints of Gossip #A0DB83

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.94%

 BLUE value IS 131 (51.56% from 255) = 25.69%

R = 31.37%
G = 42.94%
B = 25.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#A0DB83 (or 0xA0DB83) is known color: Gossip. HEX triplet: A0, DB and 83. RGB value is (160,219,131). Sum of RGB (Red+Green+Blue) = 160+219+131=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB83 is #5F247C. Grayscale: #BFBFBF. Windows color (decimal): -6235261 or 8641440. OLE color: 8641440.

HSL color Cylindrical-coordinate representation of color #A0DB83: hue angle of 100.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0DB83 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 219 131 -
CMYK 0.27 0 0.40 0.14
HSL 100.23º 0.55% 0.69% -
HSV(B) 100.23º 0.4% 0.86% -
XYZ 43.93 59.78 30.7 -
YUV 191.33 93.95 105.66 -
System Red Green Blue C M Y K H S L
Decimal 160 219 131 0.27 0 0.40 0.14 100.23 0.55 0.69
Hex A0 DB 83 1B 0 28 E 64 37 45
Octal 240 333 203 33 0 50 16 144 67 105
Binary 10100000 11011011 10000011 11011 0 101000 1110 1100100 110111 1000101

Color Harmonies of #A0DB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB83

Black with #A0DB83

Text Example


Text Example

White with #A0DB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB83; }

 p { color: rgb(160,219,131); }

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

background-color css

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

 a { background-color: rgb(160,219,131); }

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

border-color css

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

 span { border-color: rgb(160,219,131); }

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