Html Css Color HEX #A0D092 Gossip

📋 copy color: '#A0D092'

red 160 ◦ green 208 ◦ blue 146

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

Shades of Gossip #A0D092

Tints of Gossip #A0D092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.47%

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

R = 31.13%
G = 40.47%
B = 28.4%

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

#A0D092 (or 0xA0D092) is known color: Gossip. HEX triplet: A0, D0 and 92. RGB value is (160,208,146). Sum of RGB (Red+Green+Blue) = 160+208+146=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D092 is #5F2F6D. Grayscale: #BABABA. Windows color (decimal): -6238062 or 9621664. OLE color: 9621664.

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

Color convert

RGB 160 208 146 -
CMYK 0.23 0 0.30 0.18
HSL 106.45º 0.4% 0.69% -
HSV(B) 106.45º 0.3% 0.82% -
XYZ 42.24 54.66 35.52 -
YUV 186.58 105.1 109.04 -
System Red Green Blue C M Y K H S L
Decimal 160 208 146 0.23 0 0.30 0.18 106.45 0.4 0.69
Hex A0 D0 92 17 0 1E 12 6A 28 45
Octal 240 320 222 27 0 36 22 152 50 105
Binary 10100000 11010000 10010010 10111 0 11110 10010 1101010 101000 1000101

Color Harmonies of #A0D092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D092

Black with #A0D092

Text Example


Text Example

White with #A0D092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D092; }

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

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

background-color css

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

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

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

border-color css

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

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

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