Html Css Color HEX #A0C890 Gossip

📋 copy color: '#A0C890'

red 160 ◦ green 200 ◦ blue 144

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

Shades of Gossip #A0C890

Tints of Gossip #A0C890

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.68%

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 31.75%
G = 39.68%
B = 28.57%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#A0C890 (or 0xA0C890) is known color: Gossip. HEX triplet: A0, C8 and 90. RGB value is (160,200,144). Sum of RGB (Red+Green+Blue) = 160+200+144=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C890 is #5F376F. Grayscale: #B5B5B5. Windows color (decimal): -6240112 or 9488544. OLE color: 9488544.

HSL color Cylindrical-coordinate representation of color #A0C890: hue angle of 102.86º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0C890 is Cyan = 0.2, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 144 -
CMYK 0.2 0 0.28 0.22
HSL 102.86º 0.34% 0.67% -
HSV(B) 102.86º 0.28% 0.78% -
XYZ 40.19 50.8 34.07 -
YUV 181.66 106.75 112.55 -
System Red Green Blue C M Y K H S L
Decimal 160 200 144 0.2 0 0.28 0.22 102.86 0.34 0.67
Hex A0 C8 90 14 0 1C 16 67 22 43
Octal 240 310 220 24 0 34 26 147 42 103
Binary 10100000 11001000 10010000 10100 0 11100 10110 1100111 100010 1000011

Color Harmonies of #A0C890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C890

Black with #A0C890

Text Example


Text Example

White with #A0C890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C890; }

 p { color: rgb(160,200,144); }

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

background-color css

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

 a { background-color: rgb(160,200,144); }

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

border-color css

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

 span { border-color: rgb(160,200,144); }

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