Html Css Color HEX #A2FF94 Mint Green

📋 copy color: '#A2FF94'

red 162 ◦ green 255 ◦ blue 148

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

Shades of Mint Green #A2FF94

Tints of Mint Green #A2FF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.19%

R = 28.67%
G = 45.13%
B = 26.19%

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

#A2FF94 (or 0xA2FF94) is known color: Mint Green. HEX triplet: A2, FF and 94. RGB value is (162,255,148). Sum of RGB (Red+Green+Blue) = 162+255+148=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FF94 is #5D006B. Grayscale: #D7D7D7. Windows color (decimal): -6094956 or 9764770. OLE color: 9764770.

HSL color Cylindrical-coordinate representation of color #A2FF94: hue angle of 112.15º 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 #A2FF94 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 162 255 148 -
CMYK 0.36 0 0.42 0
HSL 112.15º 1% 0.79% -
HSV(B) 112.15º 0.42% 1% -
XYZ 56.01 81.34 40.77 -
YUV 215 90.19 90.2 -
System Red Green Blue C M Y K H S L
Decimal 162 255 148 0.36 0 0.42 0 112.15 1 0.79
Hex A2 FF 94 24 0 2A 0 70 64 4F
Octal 242 377 224 44 0 52 0 160 144 117
Binary 10100010 11111111 10010100 100100 0 101010 0 1110000 1100100 1001111

Color Harmonies of #A2FF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FF94

Black with #A2FF94

Text Example


Text Example

White with #A2FF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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