Html Css Color HEX #8AFFA2 Mint Green

📋 copy color: '#8AFFA2'

red 138 ◦ green 255 ◦ blue 162

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

Shades of Mint Green #8AFFA2

Tints of Mint Green #8AFFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.19%

R = 24.86%
G = 45.95%
B = 29.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#8AFFA2 (or 0x8AFFA2) is known color: Mint Green. HEX triplet: 8A, FF and A2. RGB value is (138,255,162). Sum of RGB (Red+Green+Blue) = 138+255+162=555 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.86% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFFA2 is #75005D. Grayscale: #D1D1D1. Windows color (decimal): -7667806 or 10682250. OLE color: 10682250.

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

Color convert

RGB 138 255 162 -
CMYK 0.46 0 0.36 0
HSL 132.31º 1% 0.77% -
HSV(B) 132.31º 0.46% 1% -
XYZ 52.76 79.53 46.75 -
YUV 209.42 101.24 77.06 -
System Red Green Blue C M Y K H S L
Decimal 138 255 162 0.46 0 0.36 0 132.31 1 0.77
Hex 8A FF A2 2E 0 24 0 84 64 4D
Octal 212 377 242 56 0 44 0 204 144 115
Binary 10001010 11111111 10100010 101110 0 100100 0 10000100 1100100 1001101

Color Harmonies of #8AFFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFFA2

Black with #8AFFA2

Text Example


Text Example

White with #8AFFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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