Html Css Color HEX #A0FD85 Mint Green

📋 copy color: '#A0FD85'

red 160 ◦ green 253 ◦ blue 133

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

Shades of Mint Green #A0FD85

Tints of Mint Green #A0FD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.36%

R = 29.3%
G = 46.34%
B = 24.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#A0FD85 (or 0xA0FD85) is known color: Mint Green. HEX triplet: A0, FD and 85. RGB value is (160,253,133). Sum of RGB (Red+Green+Blue) = 160+253+133=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FD85 is #5F027A. Grayscale: #D3D3D3. Windows color (decimal): -6226555 or 8781216. OLE color: 8781216.

HSL color Cylindrical-coordinate representation of color #A0FD85: hue angle of 106.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0FD85 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 253 133 -
CMYK 0.37 0 0.47 0.01
HSL 106.5º 0.97% 0.76% -
HSV(B) 106.5º 0.47% 0.99% -
XYZ 53.86 79.42 34.68 -
YUV 211.51 83.69 91.26 -
System Red Green Blue C M Y K H S L
Decimal 160 253 133 0.37 0 0.47 0.01 106.5 0.97 0.76
Hex A0 FD 85 25 0 2F 1 6A 61 4C
Octal 240 375 205 45 0 57 1 152 141 114
Binary 10100000 11111101 10000101 100101 0 101111 1 1101010 1100001 1001100

Color Harmonies of #A0FD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD85

Black with #A0FD85

Text Example


Text Example

White with #A0FD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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