Html Css Color HEX #E1FAAA Australian Mint

📋 copy color: '#E1FAAA'

red 225 ◦ green 250 ◦ blue 170

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

Shades of Australian Mint #E1FAAA

Tints of Australian Mint #E1FAAA

RGB

 RED value IS 225 (88.28% from 255) = 34.88%

 GREEN value IS 250 (98.05% from 255) = 38.76%

 BLUE value IS 170 (66.8% from 255) = 26.36%

R = 34.88%
G = 38.76%
B = 26.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#E1FAAA (or 0xE1FAAA) is known color: Australian Mint. HEX triplet: E1, FA and AA. RGB value is (225,250,170). Sum of RGB (Red+Green+Blue) = 225+250+170=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FAAA is #1E0555. Grayscale: #E9E9E9. Windows color (decimal): -1967446 or 11205345. OLE color: 11205345.

HSL color Cylindrical-coordinate representation of color #E1FAAA: hue angle of 78.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1FAAA is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 250 170 -
CMYK 0.10 0 0.32 0.02
HSL 78.75º 0.89% 0.82% -
HSV(B) 78.75º 0.32% 0.98% -
XYZ 72.49 87.28 51.06 -
YUV 233.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 225 250 170 0.10 0 0.32 0.02 78.75 0.89 0.82
Hex E1 FA AA A 0 20 2 4F 59 52
Octal 341 372 252 12 0 40 2 117 131 122
Binary 11100001 11111010 10101010 1010 0 100000 10 1001111 1011001 1010010

Color Harmonies of #E1FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1FAAA

Black with #E1FAAA

Text Example


Text Example

White with #E1FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1FAAA; }

 p { color: rgb(225,250,170); }

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

background-color css

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

 a { background-color: rgb(225,250,170); }

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

border-color css

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

 span { border-color: rgb(225,250,170); }

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