Html Css Color HEX #A1FE86 Mint Green

📋 copy color: '#A1FE86'

red 161 ◦ green 254 ◦ blue 134

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

Shades of Mint Green #A1FE86

Tints of Mint Green #A1FE86

RGB

 RED value IS 161 (63.28% from 255) = 29.33%

 GREEN value IS 254 (99.61% from 255) = 46.27%

 BLUE value IS 134 (52.73% from 255) = 24.41%

R = 29.33%
G = 46.27%
B = 24.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#A1FE86 (or 0xA1FE86) is known color: Mint Green. HEX triplet: A1, FE and 86. RGB value is (161,254,134). Sum of RGB (Red+Green+Blue) = 161+254+134=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FE86 is #5E0179. Grayscale: #D4D4D4. Windows color (decimal): -6160762 or 8847009. OLE color: 8847009.

HSL color Cylindrical-coordinate representation of color #A1FE86: hue angle of 106.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1FE86 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 254 134 -
CMYK 0.37 0 0.47 0.00
HSL 106.5º 0.98% 0.76% -
HSV(B) 106.5º 0.47% 1% -
XYZ 54.44 80.18 35.16 -
YUV 212.51 83.69 91.26 -
System Red Green Blue C M Y K H S L
Decimal 161 254 134 0.37 0 0.47 0.00 106.5 0.98 0.76
Hex A1 FE 86 25 0 2F 0 6A 62 4C
Octal 241 376 206 45 0 57 0 152 142 114
Binary 10100001 11111110 10000110 100101 0 101111 0 1101010 1100010 1001100

Color Harmonies of #A1FE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FE86

Black with #A1FE86

Text Example


Text Example

White with #A1FE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FE86; }

 p { color: rgb(161,254,134); }

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

background-color css

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

 a { background-color: rgb(161,254,134); }

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

border-color css

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

 span { border-color: rgb(161,254,134); }

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