#E1FFAF

Color #E1FFAF Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #E1FFAF

Tints of Australian Mint #E1FFAF

Color information

#E1FFAF (or 0xE1FFAF) is unknown color: approx Australian Mint. HEX triplet: E1, FF and AF. RGB value is (225,255,175). Sum of RGB (Red+Green+Blue) = 225+255+175=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FFAF is #1E0050. Grayscale: #EDEDED. Windows color (decimal): -1966161 or 11534305. OLE color: 11534305.

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

Color convert

RGB225255175-
CMYK0.1200.310
HSL82.5º100%84.31%-
HSV(B)82.5º31.37%100%-
XYZ74.5590.6254.12-
YUV236.9193.06119.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.35%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 175 (68.75% from 255) = 26.72%
R=34.35%
G=38.93%
B=26.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252551750.1200.31082.510084.31
HexE1FFAFC01F0526454
Octal341377257140370122144124
Binary11100001111111111010111111000111110101001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FFAF; }

 p { color: rgb(225,255,175); }

 H1.HeaderClassName
 {
   color: #E1FFAF;
 }
 .AnyTagClassName
 {
   color: #E1FFAF;
 }
</style>
background-color css

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

 a { background-color: rgb(225,255,175); }

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

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

 span { border-color: rgb(225,255,175); }

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