Html Css Color HEX #A2C990 Gossip

📋 copy color: '#A2C990'

red 162 ◦ green 201 ◦ blue 144

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

Shades of Gossip #A2C990

Tints of Gossip #A2C990

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.64%

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

R = 31.95%
G = 39.64%
B = 28.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#A2C990 (or 0xA2C990) is known color: Gossip. HEX triplet: A2, C9 and 90. RGB value is (162,201,144). Sum of RGB (Red+Green+Blue) = 162+201+144=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C990 is #5D366F. Grayscale: #B7B7B7. Windows color (decimal): -6108784 or 9488802. OLE color: 9488802.

HSL color Cylindrical-coordinate representation of color #A2C990: hue angle of 101.05º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2C990 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 201 144 -
CMYK 0.19 0 0.28 0.21
HSL 101.05º 0.35% 0.68% -
HSV(B) 101.05º 0.28% 0.79% -
XYZ 40.82 51.47 34.17 -
YUV 182.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 162 201 144 0.19 0 0.28 0.21 101.05 0.35 0.68
Hex A2 C9 90 13 0 1C 15 65 23 44
Octal 242 311 220 23 0 34 25 145 43 104
Binary 10100010 11001001 10010000 10011 0 11100 10101 1100101 100011 1000100

Color Harmonies of #A2C990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C990

Black with #A2C990

Text Example


Text Example

White with #A2C990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C990; }

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

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

background-color css

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

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

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

border-color css

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

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

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