Html Css Color HEX #A0D192 Gossip

📋 copy color: '#A0D192'

red 160 ◦ green 209 ◦ blue 146

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

Shades of Gossip #A0D192

Tints of Gossip #A0D192

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.58%

 BLUE value IS 146 (57.42% from 255) = 28.35%

R = 31.07%
G = 40.58%
B = 28.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#A0D192 (or 0xA0D192) is known color: Gossip. HEX triplet: A0, D1 and 92. RGB value is (160,209,146). Sum of RGB (Red+Green+Blue) = 160+209+146=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D192 is #5F2E6D. Grayscale: #BBBBBB. Windows color (decimal): -6237806 or 9621920. OLE color: 9621920.

HSL color Cylindrical-coordinate representation of color #A0D192: hue angle of 106.67º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0D192 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 209 146 -
CMYK 0.23 0 0.30 0.18
HSL 106.67º 0.41% 0.7% -
HSV(B) 106.67º 0.3% 0.82% -
XYZ 42.49 55.15 35.6 -
YUV 187.17 104.77 108.62 -
System Red Green Blue C M Y K H S L
Decimal 160 209 146 0.23 0 0.30 0.18 106.67 0.41 0.7
Hex A0 D1 92 17 0 1E 12 6B 29 46
Octal 240 321 222 27 0 36 22 153 51 106
Binary 10100000 11010001 10010010 10111 0 11110 10010 1101011 101001 1000110

Color Harmonies of #A0D192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D192

Black with #A0D192

Text Example


Text Example

White with #A0D192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D192; }

 p { color: rgb(160,209,146); }

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

background-color css

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

 a { background-color: rgb(160,209,146); }

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

border-color css

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

 span { border-color: rgb(160,209,146); }

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