Html Css Color HEX #E2FFAE Australian Mint

📋 copy color: '#E2FFAE'

red 226 ◦ green 255 ◦ blue 174

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

Shades of Australian Mint #E2FFAE

Tints of Australian Mint #E2FFAE

RGB

 RED value IS 226 (88.67% from 255) = 34.5%

 GREEN value IS 255 (100% from 255) = 38.93%

 BLUE value IS 174 (68.36% from 255) = 26.56%

R = 34.5%
G = 38.93%
B = 26.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#E2FFAE (or 0xE2FFAE) is known color: Australian Mint. HEX triplet: E2, FF and AE. RGB value is (226,255,174). Sum of RGB (Red+Green+Blue) = 226+255+174=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 174 (68.36% from 255 or 26.56% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FFAE is #1D0051. Grayscale: #EDEDED. Windows color (decimal): -1900626 or 11468770. OLE color: 11468770.

HSL color Cylindrical-coordinate representation of color #E2FFAE: hue angle of 81.48º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2FFAE is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 226 255 174 -
CMYK 0.11 0 0.32 0
HSL 81.48º 1% 0.84% -
HSV(B) 81.48º 0.32% 1% -
XYZ 74.76 90.74 53.62 -
YUV 237.1 92.39 120.09 -
System Red Green Blue C M Y K H S L
Decimal 226 255 174 0.11 0 0.32 0 81.48 1 0.84
Hex E2 FF AE B 0 20 0 51 64 54
Octal 342 377 256 13 0 40 0 121 144 124
Binary 11100010 11111111 10101110 1011 0 100000 0 1010001 1100100 1010100

Color Harmonies of #E2FFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FFAE

Black with #E2FFAE

Text Example


Text Example

White with #E2FFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FFAE; }

 p { color: rgb(226,255,174); }

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

background-color css

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

 a { background-color: rgb(226,255,174); }

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

border-color css

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

 span { border-color: rgb(226,255,174); }

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