Html Css Color HEX #A0FD8A Mint Green

📋 copy color: '#A0FD8A'

red 160 ◦ green 253 ◦ blue 138

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

Shades of Mint Green #A0FD8A

Tints of Mint Green #A0FD8A

RGB

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

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

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

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

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #A0FD8A: hue angle of 108.52º 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 #A0FD8A is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 253 138 -
CMYK 0.37 0 0.45 0.01
HSL 108.52º 0.97% 0.77% -
HSV(B) 108.52º 0.45% 0.99% -
XYZ 54.21 79.56 36.54 -
YUV 212.08 86.19 90.85 -
System Red Green Blue C M Y K H S L
Decimal 160 253 138 0.37 0 0.45 0.01 108.52 0.97 0.77
Hex A0 FD 8A 25 0 2D 1 6D 61 4D
Octal 240 375 212 45 0 55 1 155 141 115
Binary 10100000 11111101 10001010 100101 0 101101 1 1101101 1100001 1001101

Color Harmonies of #A0FD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD8A

Black with #A0FD8A

Text Example


Text Example

White with #A0FD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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