Html Css Color HEX #A0FE7D Mint Green

📋 copy color: '#A0FE7D'

red 160 ◦ green 254 ◦ blue 125

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

Shades of Mint Green #A0FE7D

Tints of Mint Green #A0FE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.12%

 BLUE value IS 125 (49.22% from 255) = 23.19%

R = 29.68%
G = 47.12%
B = 23.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#A0FE7D (or 0xA0FE7D) is known color: Mint Green. HEX triplet: A0, FE and 7D. RGB value is (160,254,125). Sum of RGB (Red+Green+Blue) = 160+254+125=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FE7D is #5F0182. Grayscale: #D3D3D3. Windows color (decimal): -6226307 or 8257184. OLE color: 8257184.

HSL color Cylindrical-coordinate representation of color #A0FE7D: hue angle of 103.72º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0FE7D is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 254 125 -
CMYK 0.37 0 0.51 0.00
HSL 103.72º 0.98% 0.74% -
HSV(B) 103.72º 0.51% 1% -
XYZ 53.64 79.84 31.99 -
YUV 211.19 79.36 91.49 -
System Red Green Blue C M Y K H S L
Decimal 160 254 125 0.37 0 0.51 0.00 103.72 0.98 0.74
Hex A0 FE 7D 25 0 33 0 68 62 4A
Octal 240 376 175 45 0 63 0 150 142 112
Binary 10100000 11111110 1111101 100101 0 110011 0 1101000 1100010 1001010

Color Harmonies of #A0FE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FE7D

Black with #A0FE7D

Text Example


Text Example

White with #A0FE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FE7D; }

 p { color: rgb(160,254,125); }

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

background-color css

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

 a { background-color: rgb(160,254,125); }

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

border-color css

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

 span { border-color: rgb(160,254,125); }

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