Html Css Color HEX #A0C38D Gossip

📋 copy color: '#A0C38D'

red 160 ◦ green 195 ◦ blue 141

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

Shades of Gossip #A0C38D

Tints of Gossip #A0C38D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.31%

 BLUE value IS 141 (55.47% from 255) = 28.43%

R = 32.26%
G = 39.31%
B = 28.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#A0C38D (or 0xA0C38D) is known color: Gossip. HEX triplet: A0, C3 and 8D. RGB value is (160,195,141). Sum of RGB (Red+Green+Blue) = 160+195+141=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C38D is #5F3C72. Grayscale: #B2B2B2. Windows color (decimal): -6241395 or 9290656. OLE color: 9290656.

HSL color Cylindrical-coordinate representation of color #A0C38D: hue angle of 98.89º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0C38D is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 195 141 -
CMYK 0.18 0 0.28 0.24
HSL 98.89º 0.31% 0.66% -
HSV(B) 98.89º 0.28% 0.76% -
XYZ 38.82 48.43 32.5 -
YUV 178.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 160 195 141 0.18 0 0.28 0.24 98.89 0.31 0.66
Hex A0 C3 8D 12 0 1C 18 63 1F 42
Octal 240 303 215 22 0 34 30 143 37 102
Binary 10100000 11000011 10001101 10010 0 11100 11000 1100011 11111 1000010

Color Harmonies of #A0C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C38D

Black with #A0C38D

Text Example


Text Example

White with #A0C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C38D; }

 p { color: rgb(160,195,141); }

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

background-color css

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

 a { background-color: rgb(160,195,141); }

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

border-color css

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

 span { border-color: rgb(160,195,141); }

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