Html Css Color HEX #8AFDA0 Mint Green

📋 copy color: '#8AFDA0'

red 138 ◦ green 253 ◦ blue 160

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

Shades of Mint Green #8AFDA0

Tints of Mint Green #8AFDA0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.92%

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

R = 25.05%
G = 45.92%
B = 29.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#8AFDA0 (or 0x8AFDA0) is known color: Mint Green. HEX triplet: 8A, FD and A0. RGB value is (138,253,160). Sum of RGB (Red+Green+Blue) = 138+253+160=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFDA0 is #75025F. Grayscale: #D0D0D0. Windows color (decimal): -7668320 or 10550666. OLE color: 10550666.

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

Color convert

RGB 138 253 160 -
CMYK 0.45 0 0.37 0.01
HSL 131.48º 0.97% 0.77% -
HSV(B) 131.48º 0.45% 0.99% -
XYZ 51.95 78.19 45.61 -
YUV 208.01 100.9 78.06 -
System Red Green Blue C M Y K H S L
Decimal 138 253 160 0.45 0 0.37 0.01 131.48 0.97 0.77
Hex 8A FD A0 2D 0 25 1 83 61 4D
Octal 212 375 240 55 0 45 1 203 141 115
Binary 10001010 11111101 10100000 101101 0 100101 1 10000011 1100001 1001101

Color Harmonies of #8AFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFDA0

Black with #8AFDA0

Text Example


Text Example

White with #8AFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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