Html Css Color HEX #A5F9C2 Magic Mint

📋 copy color: '#A5F9C2'

red 165 ◦ green 249 ◦ blue 194

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

Shades of Magic Mint #A5F9C2

Tints of Magic Mint #A5F9C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.91%

R = 27.14%
G = 40.95%
B = 31.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#A5F9C2 (or 0xA5F9C2) is known color: Magic Mint. HEX triplet: A5, F9 and C2. RGB value is (165,249,194). Sum of RGB (Red+Green+Blue) = 165+249+194=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9C2 is #5A063D. Grayscale: #D9D9D9. Windows color (decimal): -5899838 or 12777893. OLE color: 12777893.

HSL color Cylindrical-coordinate representation of color #A5F9C2: hue angle of 140.71º 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 #A5F9C2 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 249 194 -
CMYK 0.34 0 0.22 0.02
HSL 140.71º 0.88% 0.81% -
HSV(B) 140.71º 0.34% 0.98% -
XYZ 59.13 79.65 63.3 -
YUV 217.61 114.67 90.47 -
System Red Green Blue C M Y K H S L
Decimal 165 249 194 0.34 0 0.22 0.02 140.71 0.88 0.81
Hex A5 F9 C2 22 0 16 2 8D 58 51
Octal 245 371 302 42 0 26 2 215 130 121
Binary 10100101 11111001 11000010 100010 0 10110 10 10001101 1011000 1010001

Color Harmonies of #A5F9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F9C2

Black with #A5F9C2

Text Example


Text Example

White with #A5F9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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