Html Css Color HEX #A0FE9B Mint Green

📋 copy color: '#A0FE9B'

red 160 ◦ green 254 ◦ blue 155

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

Shades of Mint Green #A0FE9B

Tints of Mint Green #A0FE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.24%

R = 28.12%
G = 44.64%
B = 27.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#A0FE9B (or 0xA0FE9B) is known color: Mint Green. HEX triplet: A0, FE and 9B. RGB value is (160,254,155). Sum of RGB (Red+Green+Blue) = 160+254+155=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FE9B is #5F0164. Grayscale: #D6D6D6. Windows color (decimal): -6226277 or 10223264. OLE color: 10223264.

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

Color convert

RGB 160 254 155 -
CMYK 0.37 0 0.39 0.00
HSL 116.97º 0.98% 0.8% -
HSV(B) 116.97º 0.39% 1% -
XYZ 55.86 80.72 43.65 -
YUV 214.61 94.36 89.05 -
System Red Green Blue C M Y K H S L
Decimal 160 254 155 0.37 0 0.39 0.00 116.97 0.98 0.8
Hex A0 FE 9B 25 0 27 0 75 62 50
Octal 240 376 233 45 0 47 0 165 142 120
Binary 10100000 11111110 10011011 100101 0 100111 0 1110101 1100010 1010000

Color Harmonies of #A0FE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FE9B

Black with #A0FE9B

Text Example


Text Example

White with #A0FE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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