Html Css Color HEX #8AFFA0 Mint Green

📋 copy color: '#8AFFA0'

red 138 ◦ green 255 ◦ blue 160

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

Shades of Mint Green #8AFFA0

Tints of Mint Green #8AFFA0

RGB

 RED value IS 138 (54.3% from 255) = 24.95%

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

 BLUE value IS 160 (62.89% from 255) = 28.93%

R = 24.95%
G = 46.11%
B = 28.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#8AFFA0 (or 0x8AFFA0) is known color: Mint Green. HEX triplet: 8A, FF and A0. RGB value is (138,255,160). Sum of RGB (Red+Green+Blue) = 138+255+160=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFFA0 is #75005F. Grayscale: #D1D1D1. Windows color (decimal): -7667808 or 10551178. OLE color: 10551178.

HSL color Cylindrical-coordinate representation of color #8AFFA0: hue angle of 131.28º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFA0 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 138 255 160 -
CMYK 0.46 0 0.37 0
HSL 131.28º 1% 0.77% -
HSV(B) 131.28º 0.46% 1% -
XYZ 52.59 79.46 45.82 -
YUV 209.19 100.24 77.22 -
System Red Green Blue C M Y K H S L
Decimal 138 255 160 0.46 0 0.37 0 131.28 1 0.77
Hex 8A FF A0 2E 0 25 0 83 64 4D
Octal 212 377 240 56 0 45 0 203 144 115
Binary 10001010 11111111 10100000 101110 0 100101 0 10000011 1100100 1001101

Color Harmonies of #8AFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFFA0

Black with #8AFFA0

Text Example


Text Example

White with #8AFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AFFA0; }

 p { color: rgb(138,255,160); }

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

background-color css

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

 a { background-color: rgb(138,255,160); }

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

border-color css

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

 span { border-color: rgb(138,255,160); }

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