#E5FFAF

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

Shades of Australian Mint #E5FFAF

Tints of Australian Mint #E5FFAF

Color information

#E5FFAF (or 0xE5FFAF) is unknown color: approx Australian Mint. HEX triplet: E5, FF and AF. RGB value is (229,255,175). Sum of RGB (Red+Green+Blue) = 229+255+175=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 175 (68.75% from 255 or 26.56% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FFAF is #1A0050. Grayscale: #EEEEEE. Windows color (decimal): -1704017 or 11534309. OLE color: 11534309.

HSL color Cylindrical-coordinate representation of color #E5FFAF: hue angle of 79.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 #E5FFAF is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB229255175-
CMYK0.1000.310
HSL79.5º100%84.31%-
HSV(B)79.5º31.37%100%-
XYZ75.8191.2754.18-
YUV238.1192.39121.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.75%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 175 (68.75% from 255) = 26.56%
R=34.75%
G=38.69%
B=26.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292551750.1000.31079.510084.31
HexE5FFAFA01F0506454
Octal345377257120370120144124
Binary11100101111111111010111110100111110101000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FFAF; }

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

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

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

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

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

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

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

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