Html Css Color HEX #A2CE82 Gossip

📋 copy color: '#A2CE82'

red 162 ◦ green 206 ◦ blue 130

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

Shades of Gossip #A2CE82

Tints of Gossip #A2CE82

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.37%

 BLUE value IS 130 (51.17% from 255) = 26.1%

R = 32.53%
G = 41.37%
B = 26.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#A2CE82 (or 0xA2CE82) is known color: Gossip. HEX triplet: A2, CE and 82. RGB value is (162,206,130). Sum of RGB (Red+Green+Blue) = 162+206+130=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE82 is #5D317D. Grayscale: #B8B8B8. Windows color (decimal): -6107518 or 8572578. OLE color: 8572578.

HSL color Cylindrical-coordinate representation of color #A2CE82: hue angle of 94.74º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2CE82 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 206 130 -
CMYK 0.21 0 0.37 0.19
HSL 94.74º 0.44% 0.66% -
HSV(B) 94.74º 0.37% 0.81% -
XYZ 41 53.44 29.27 -
YUV 184.18 97.42 112.18 -
System Red Green Blue C M Y K H S L
Decimal 162 206 130 0.21 0 0.37 0.19 94.74 0.44 0.66
Hex A2 CE 82 15 0 25 13 5F 2C 42
Octal 242 316 202 25 0 45 23 137 54 102
Binary 10100010 11001110 10000010 10101 0 100101 10011 1011111 101100 1000010

Color Harmonies of #A2CE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE82

Black with #A2CE82

Text Example


Text Example

White with #A2CE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE82; }

 p { color: rgb(162,206,130); }

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

background-color css

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

 a { background-color: rgb(162,206,130); }

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

border-color css

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

 span { border-color: rgb(162,206,130); }

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