Html Css Color HEX #A0D88A Gossip

📋 copy color: '#A0D88A'

red 160 ◦ green 216 ◦ blue 138

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

Shades of Gossip #A0D88A

Tints of Gossip #A0D88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.02%

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 31.13%
G = 42.02%
B = 26.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#A0D88A (or 0xA0D88A) is known color: Gossip. HEX triplet: A0, D8 and 8A. RGB value is (160,216,138). Sum of RGB (Red+Green+Blue) = 160+216+138=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D88A is #5F2775. Grayscale: #BEBEBE. Windows color (decimal): -6236022 or 9099424. OLE color: 9099424.

HSL color Cylindrical-coordinate representation of color #A0D88A: hue angle of 103.08º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D88A is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 138 -
CMYK 0.26 0 0.36 0.15
HSL 103.08º 0.5% 0.69% -
HSV(B) 103.08º 0.36% 0.85% -
XYZ 43.64 58.42 33.02 -
YUV 190.36 98.45 106.34 -
System Red Green Blue C M Y K H S L
Decimal 160 216 138 0.26 0 0.36 0.15 103.08 0.5 0.69
Hex A0 D8 8A 1A 0 24 F 67 32 45
Octal 240 330 212 32 0 44 17 147 62 105
Binary 10100000 11011000 10001010 11010 0 100100 1111 1100111 110010 1000101

Color Harmonies of #A0D88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D88A

Black with #A0D88A

Text Example


Text Example

White with #A0D88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D88A; }

 p { color: rgb(160,216,138); }

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

background-color css

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

 a { background-color: rgb(160,216,138); }

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

border-color css

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

 span { border-color: rgb(160,216,138); }

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