#A0FD98

Color #A0FD98 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #A0FD98

Tints of Mint Green #A0FD98

Color information

#A0FD98 (or 0xA0FD98) is unknown color: approx Mint Green. HEX triplet: A0, FD and 98. RGB value is (160,253,152). Sum of RGB (Red+Green+Blue) = 160+253+152=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FD98 is #5F0267. Grayscale: #D5D5D5. Windows color (decimal): -6226536 or 10026400. OLE color: 10026400.

HSL color Cylindrical-coordinate representation of color #A0FD98: hue angle of 115.25º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0FD98 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB160253152-
CMYK0.3700.400.01
HSL115.25º96.19%79.41%-
HSV(B)115.25º39.92%99.22%-
XYZ55.2979.9942.23-
YUV213.6893.1989.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.32%
GREEN value IS 253 (99.22% from 255) = 44.78%
BLUE value IS 152 (59.77% from 255) = 26.90%
R=28.32%
G=44.78%
B=26.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602531520.3700.400.01115.2596.1979.41
HexA0FD9825028173604f
Octal240375230450501163140117
Binary10100000111111011001100010010101010001111001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FD98; }

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

 H1.HeaderClassName
 {
   color: #A0FD98;
 }
 .AnyTagClassName
 {
   color: #A0FD98;
 }
</style>
background-color css

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

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

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

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

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

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