Html Css Color HEX #A0DF88 Gossip

📋 copy color: '#A0DF88'

red 160 ◦ green 223 ◦ blue 136

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

Shades of Gossip #A0DF88

Tints of Gossip #A0DF88

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

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

R = 30.83%
G = 42.97%
B = 26.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#A0DF88 (or 0xA0DF88) is known color: Gossip. HEX triplet: A0, DF and 88. RGB value is (160,223,136). Sum of RGB (Red+Green+Blue) = 160+223+136=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF88 is #5F2077. Grayscale: #C2C2C2. Windows color (decimal): -6234232 or 8970144. OLE color: 8970144.

HSL color Cylindrical-coordinate representation of color #A0DF88: hue angle of 103.45º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0DF88 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 223 136 -
CMYK 0.28 0 0.39 0.13
HSL 103.45º 0.58% 0.7% -
HSV(B) 103.45º 0.39% 0.87% -
XYZ 45.33 62.03 32.88 -
YUV 194.25 95.13 103.57 -
System Red Green Blue C M Y K H S L
Decimal 160 223 136 0.28 0 0.39 0.13 103.45 0.58 0.7
Hex A0 DF 88 1C 0 27 D 67 3A 46
Octal 240 337 210 34 0 47 15 147 72 106
Binary 10100000 11011111 10001000 11100 0 100111 1101 1100111 111010 1000110

Color Harmonies of #A0DF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF88

Black with #A0DF88

Text Example


Text Example

White with #A0DF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF88; }

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

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

background-color css

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

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

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

border-color css

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

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

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