Html Css Color HEX #A2D490 Gossip

📋 copy color: '#A2D490'

red 162 ◦ green 212 ◦ blue 144

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

Shades of Gossip #A2D490

Tints of Gossip #A2D490

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

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

R = 31.27%
G = 40.93%
B = 27.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#A2D490 (or 0xA2D490) is known color: Gossip. HEX triplet: A2, D4 and 90. RGB value is (162,212,144). Sum of RGB (Red+Green+Blue) = 162+212+144=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D490 is #5D2B6F. Grayscale: #BDBDBD. Windows color (decimal): -6105968 or 9491618. OLE color: 9491618.

HSL color Cylindrical-coordinate representation of color #A2D490: hue angle of 104.12º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2D490 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 212 144 -
CMYK 0.24 0 0.32 0.17
HSL 104.12º 0.44% 0.7% -
HSV(B) 104.12º 0.32% 0.83% -
XYZ 43.48 56.78 35.05 -
YUV 189.3 102.44 108.53 -
System Red Green Blue C M Y K H S L
Decimal 162 212 144 0.24 0 0.32 0.17 104.12 0.44 0.7
Hex A2 D4 90 18 0 20 11 68 2C 46
Octal 242 324 220 30 0 40 21 150 54 106
Binary 10100010 11010100 10010000 11000 0 100000 10001 1101000 101100 1000110

Color Harmonies of #A2D490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D490

Black with #A2D490

Text Example


Text Example

White with #A2D490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D490; }

 p { color: rgb(162,212,144); }

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

background-color css

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

 a { background-color: rgb(162,212,144); }

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

border-color css

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

 span { border-color: rgb(162,212,144); }

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