Html Css Color HEX #A1FD85 Mint Green

📋 copy color: '#A1FD85'

red 161 ◦ green 253 ◦ blue 133

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

Shades of Mint Green #A1FD85

Tints of Mint Green #A1FD85

RGB

 RED value IS 161 (63.28% from 255) = 29.43%

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

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

R = 29.43%
G = 46.25%
B = 24.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#A1FD85 (or 0xA1FD85) is known color: Mint Green. HEX triplet: A1, FD and 85. RGB value is (161,253,133). Sum of RGB (Red+Green+Blue) = 161+253+133=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FD85 is #5E027A. Grayscale: #D4D4D4. Windows color (decimal): -6161019 or 8781217. OLE color: 8781217.

HSL color Cylindrical-coordinate representation of color #A1FD85: hue angle of 106º 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 #A1FD85 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 253 133 -
CMYK 0.36 0 0.47 0.01
HSL 106º 0.97% 0.76% -
HSV(B) 106º 0.47% 0.99% -
XYZ 54.06 79.52 34.69 -
YUV 211.81 83.52 91.76 -
System Red Green Blue C M Y K H S L
Decimal 161 253 133 0.36 0 0.47 0.01 106 0.97 0.76
Hex A1 FD 85 24 0 2F 1 6A 61 4C
Octal 241 375 205 44 0 57 1 152 141 114
Binary 10100001 11111101 10000101 100100 0 101111 1 1101010 1100001 1001100

Color Harmonies of #A1FD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FD85

Black with #A1FD85

Text Example


Text Example

White with #A1FD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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