Html Css Color HEX #8AFF94 Mint Green

📋 copy color: '#8AFF94'

red 138 ◦ green 255 ◦ blue 148

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

Shades of Mint Green #8AFF94

Tints of Mint Green #8AFF94

RGB

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

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

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

R = 25.51%
G = 47.13%
B = 27.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#8AFF94 (or 0x8AFF94) is known color: Mint Green. HEX triplet: 8A, FF and 94. RGB value is (138,255,148). Sum of RGB (Red+Green+Blue) = 138+255+148=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFF94 is #75006B. Grayscale: #D0D0D0. Windows color (decimal): -7667820 or 9764746. OLE color: 9764746.

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

Color convert

RGB 138 255 148 -
CMYK 0.46 0 0.42 0
HSL 125.13º 1% 0.77% -
HSV(B) 125.13º 0.46% 1% -
XYZ 51.59 79.06 40.56 -
YUV 207.82 94.24 78.2 -
System Red Green Blue C M Y K H S L
Decimal 138 255 148 0.46 0 0.42 0 125.13 1 0.77
Hex 8A FF 94 2E 0 2A 0 7D 64 4D
Octal 212 377 224 56 0 52 0 175 144 115
Binary 10001010 11111111 10010100 101110 0 101010 0 1111101 1100100 1001101

Color Harmonies of #8AFF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFF94

Black with #8AFF94

Text Example


Text Example

White with #8AFF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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