#A2FF8E

Color #A2FF8E Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #A2FF8E

Tints of Mint Green #A2FF8E

Color information

#A2FF8E (or 0xA2FF8E) is unknown color: approx Mint Green. HEX triplet: A2, FF and 8E. RGB value is (162,255,142). Sum of RGB (Red+Green+Blue) = 162+255+142=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FF8E is #5D0071. Grayscale: #D6D6D6. Windows color (decimal): -6094962 or 9371554. OLE color: 9371554.

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

Color convert

RGB162255142-
CMYK0.3600.440
HSL109.38º100%77.84%-
HSV(B)109.38º44.31%100%-
XYZ55.5481.1538.33-
YUV214.3187.1990.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.98%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 142 (55.86% from 255) = 25.40%
R=28.98%
G=45.62%
B=25.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622551420.3600.440109.3810077.84
HexA2FF8E2402C06d644e
Octal242377216440540155144116
Binary10100010111111111000111010010001011000110110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FF8E; }

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

 H1.HeaderClassName
 {
   color: #A2FF8E;
 }
 .AnyTagClassName
 {
   color: #A2FF8E;
 }
</style>
background-color css

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

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

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

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

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

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