Html Css Color HEX #A2FF95 Mint Green

📋 copy color: '#A2FF95'

red 162 ◦ green 255 ◦ blue 149

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

Shades of Mint Green #A2FF95

Tints of Mint Green #A2FF95

RGB

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

 GREEN value IS 255 (100% from 255) = 45.05%

 BLUE value IS 149 (58.59% from 255) = 26.33%

R = 28.62%
G = 45.05%
B = 26.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#A2FF95 (or 0xA2FF95) is known color: Mint Green. HEX triplet: A2, FF and 95. RGB value is (162,255,149). Sum of RGB (Red+Green+Blue) = 162+255+149=566 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.62% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FF95 is #5D006A. Grayscale: #D7D7D7. Windows color (decimal): -6094955 or 9830306. OLE color: 9830306.

HSL color Cylindrical-coordinate representation of color #A2FF95: hue angle of 112.64º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2FF95 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 162 255 149 -
CMYK 0.36 0 0.42 0
HSL 112.64º 1% 0.79% -
HSV(B) 112.64º 0.42% 1% -
XYZ 56.09 81.37 41.18 -
YUV 215.11 90.69 90.12 -
System Red Green Blue C M Y K H S L
Decimal 162 255 149 0.36 0 0.42 0 112.64 1 0.79
Hex A2 FF 95 24 0 2A 0 71 64 4F
Octal 242 377 225 44 0 52 0 161 144 117
Binary 10100010 11111111 10010101 100100 0 101010 0 1110001 1100100 1001111

Color Harmonies of #A2FF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FF95

Black with #A2FF95

Text Example


Text Example

White with #A2FF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FF95; }

 p { color: rgb(162,255,149); }

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

background-color css

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

 a { background-color: rgb(162,255,149); }

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

border-color css

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

 span { border-color: rgb(162,255,149); }

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