Html Css Color HEX #A2D68C Gossip

📋 copy color: '#A2D68C'

red 162 ◦ green 214 ◦ blue 140

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

Shades of Gossip #A2D68C

Tints of Gossip #A2D68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.47%

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

R = 31.4%
G = 41.47%
B = 27.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#A2D68C (or 0xA2D68C) is known color: Gossip. HEX triplet: A2, D6 and 8C. RGB value is (162,214,140). Sum of RGB (Red+Green+Blue) = 162+214+140=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D68C is #5D2973. Grayscale: #BEBEBE. Windows color (decimal): -6105460 or 9229986. OLE color: 9229986.

HSL color Cylindrical-coordinate representation of color #A2D68C: hue angle of 102.16º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2D68C is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 214 140 -
CMYK 0.24 0 0.35 0.16
HSL 102.16º 0.47% 0.69% -
HSV(B) 102.16º 0.35% 0.84% -
XYZ 43.68 57.67 33.64 -
YUV 190.02 99.77 108.02 -
System Red Green Blue C M Y K H S L
Decimal 162 214 140 0.24 0 0.35 0.16 102.16 0.47 0.69
Hex A2 D6 8C 18 0 23 10 66 2F 45
Octal 242 326 214 30 0 43 20 146 57 105
Binary 10100010 11010110 10001100 11000 0 100011 10000 1100110 101111 1000101

Color Harmonies of #A2D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D68C

Black with #A2D68C

Text Example


Text Example

White with #A2D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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