Html Css Color HEX #8CFFA0 Mint Green

📋 copy color: '#8CFFA0'

red 140 ◦ green 255 ◦ blue 160

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

Shades of Mint Green #8CFFA0

Tints of Mint Green #8CFFA0

RGB

 RED value IS 140 (55.08% from 255) = 25.23%

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

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

R = 25.23%
G = 45.95%
B = 28.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#8CFFA0 (or 0x8CFFA0) is known color: Mint Green. HEX triplet: 8C, FF and A0. RGB value is (140,255,160). Sum of RGB (Red+Green+Blue) = 140+255+160=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFFA0 is #73005F. Grayscale: #D2D2D2. Windows color (decimal): -7536736 or 10551180. OLE color: 10551180.

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

Color convert

RGB 140 255 160 -
CMYK 0.45 0 0.37 0
HSL 130.43º 1% 0.77% -
HSV(B) 130.43º 0.45% 1% -
XYZ 52.92 79.63 45.84 -
YUV 209.79 99.9 78.22 -
System Red Green Blue C M Y K H S L
Decimal 140 255 160 0.45 0 0.37 0 130.43 1 0.77
Hex 8C FF A0 2D 0 25 0 82 64 4D
Octal 214 377 240 55 0 45 0 202 144 115
Binary 10001100 11111111 10100000 101101 0 100101 0 10000010 1100100 1001101

Color Harmonies of #8CFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFFA0

Black with #8CFFA0

Text Example


Text Example

White with #8CFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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