Html Css Color HEX #A0FF99 Mint Green

📋 copy color: '#A0FF99'

red 160 ◦ green 255 ◦ blue 153

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

Shades of Mint Green #A0FF99

Tints of Mint Green #A0FF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.94%

R = 28.17%
G = 44.89%
B = 26.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#A0FF99 (or 0xA0FF99) is known color: Mint Green. HEX triplet: A0, FF and 99. RGB value is (160,255,153). Sum of RGB (Red+Green+Blue) = 160+255+153=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF99 is #5F0066. Grayscale: #D7D7D7. Windows color (decimal): -6226023 or 10092448. OLE color: 10092448.

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

Color convert

RGB 160 255 153 -
CMYK 0.37 0 0.4 0
HSL 115.88º 1% 0.8% -
HSV(B) 115.88º 0.4% 1% -
XYZ 56.01 81.29 42.88 -
YUV 214.97 93.03 88.79 -
System Red Green Blue C M Y K H S L
Decimal 160 255 153 0.37 0 0.4 0 115.88 1 0.8
Hex A0 FF 99 25 0 28 0 74 64 50
Octal 240 377 231 45 0 50 0 164 144 120
Binary 10100000 11111111 10011001 100101 0 101000 0 1110100 1100100 1010000

Color Harmonies of #A0FF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FF99

Black with #A0FF99

Text Example


Text Example

White with #A0FF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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