Html Css Color HEX #A2D18C Gossip

📋 copy color: '#A2D18C'

red 162 ◦ green 209 ◦ blue 140

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

Shades of Gossip #A2D18C

Tints of Gossip #A2D18C

RGB

 RED value IS 162 (63.67% from 255) = 31.7%

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

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 31.7%
G = 40.9%
B = 27.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#A2D18C (or 0xA2D18C) is known color: Gossip. HEX triplet: A2, D1 and 8C. RGB value is (162,209,140). Sum of RGB (Red+Green+Blue) = 162+209+140=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D18C is #5D2E73. Grayscale: #BBBBBB. Windows color (decimal): -6106740 or 9228706. OLE color: 9228706.

HSL color Cylindrical-coordinate representation of color #A2D18C: hue angle of 100.87º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2D18C is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 209 140 -
CMYK 0.22 0 0.33 0.18
HSL 100.87º 0.43% 0.68% -
HSV(B) 100.87º 0.33% 0.82% -
XYZ 42.43 55.18 33.22 -
YUV 187.08 101.43 110.11 -
System Red Green Blue C M Y K H S L
Decimal 162 209 140 0.22 0 0.33 0.18 100.87 0.43 0.68
Hex A2 D1 8C 16 0 21 12 65 2B 44
Octal 242 321 214 26 0 41 22 145 53 104
Binary 10100010 11010001 10001100 10110 0 100001 10010 1100101 101011 1000100

Color Harmonies of #A2D18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D18C

Black with #A2D18C

Text Example


Text Example

White with #A2D18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D18C; }

 p { color: rgb(162,209,140); }

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

background-color css

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

 a { background-color: rgb(162,209,140); }

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

border-color css

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

 span { border-color: rgb(162,209,140); }

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