Html Css Color HEX #A5FECA Magic Mint

📋 copy color: '#A5FECA'

red 165 ◦ green 254 ◦ blue 202

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

Shades of Magic Mint #A5FECA

Tints of Magic Mint #A5FECA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.9%

 BLUE value IS 202 (79.3% from 255) = 32.53%

R = 26.57%
G = 40.9%
B = 32.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#A5FECA (or 0xA5FECA) is known color: Magic Mint. HEX triplet: A5, FE and CA. RGB value is (165,254,202). Sum of RGB (Red+Green+Blue) = 165+254+202=621 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.57% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FECA is #5A0135. Grayscale: #DDDDDD. Windows color (decimal): -5898550 or 13303461. OLE color: 13303461.

HSL color Cylindrical-coordinate representation of color #A5FECA: hue angle of 144.94º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FECA is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 254 202 -
CMYK 0.35 0 0.20 0.00
HSL 144.94º 0.98% 0.82% -
HSV(B) 144.94º 0.35% 1% -
XYZ 61.62 83.15 68.68 -
YUV 221.46 117.01 87.73 -
System Red Green Blue C M Y K H S L
Decimal 165 254 202 0.35 0 0.20 0.00 144.94 0.98 0.82
Hex A5 FE CA 23 0 14 0 91 62 52
Octal 245 376 312 43 0 24 0 221 142 122
Binary 10100101 11111110 11001010 100011 0 10100 0 10010001 1100010 1010010

Color Harmonies of #A5FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FECA

Black with #A5FECA

Text Example


Text Example

White with #A5FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FECA; }

 p { color: rgb(165,254,202); }

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

background-color css

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

 a { background-color: rgb(165,254,202); }

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

border-color css

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

 span { border-color: rgb(165,254,202); }

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