Html Css Color HEX #A5F9BF Magic Mint

📋 copy color: '#A5F9BF'

red 165 ◦ green 249 ◦ blue 191

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

Shades of Magic Mint #A5F9BF

Tints of Magic Mint #A5F9BF

RGB

 RED value IS 165 (64.84% from 255) = 27.27%

 GREEN value IS 249 (97.66% from 255) = 41.16%

 BLUE value IS 191 (75% from 255) = 31.57%

R = 27.27%
G = 41.16%
B = 31.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#A5F9BF (or 0xA5F9BF) is known color: Magic Mint. HEX triplet: A5, F9 and BF. RGB value is (165,249,191). Sum of RGB (Red+Green+Blue) = 165+249+191=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9BF is #5A0640. Grayscale: #D9D9D9. Windows color (decimal): -5899841 or 12581285. OLE color: 12581285.

HSL color Cylindrical-coordinate representation of color #A5F9BF: hue angle of 138.57º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5F9BF is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 249 191 -
CMYK 0.34 0 0.23 0.02
HSL 138.57º 0.88% 0.81% -
HSV(B) 138.57º 0.34% 0.98% -
XYZ 58.8 79.51 61.54 -
YUV 217.27 113.17 90.72 -
System Red Green Blue C M Y K H S L
Decimal 165 249 191 0.34 0 0.23 0.02 138.57 0.88 0.81
Hex A5 F9 BF 22 0 17 2 8B 58 51
Octal 245 371 277 42 0 27 2 213 130 121
Binary 10100101 11111001 10111111 100010 0 10111 10 10001011 1011000 1010001

Color Harmonies of #A5F9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F9BF

Black with #A5F9BF

Text Example


Text Example

White with #A5F9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F9BF; }

 p { color: rgb(165,249,191); }

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

background-color css

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

 a { background-color: rgb(165,249,191); }

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

border-color css

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

 span { border-color: rgb(165,249,191); }

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