#E9FEAF

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

Shades of Australian Mint #E9FEAF

Tints of Australian Mint #E9FEAF

Color information

#E9FEAF (or 0xE9FEAF) is unknown color: approx Australian Mint. HEX triplet: E9, FE and AF. RGB value is (233,254,175). Sum of RGB (Red+Green+Blue) = 233+254+175=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 175 (68.75% from 255 or 26.44% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #E9FEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FEAF is #160150. Grayscale: #EFEFEF. Windows color (decimal): -1442129 or 11534057. OLE color: 11534057.

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

Color convert

RGB233254175-
CMYK0.0800.310.00
HSL75.95º97.53%84.12%-
HSV(B)75.95º31.1%99.61%-
XYZ76.7891.354.13-
YUV238.7192.04123.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.20%
GREEN value IS 254 (99.61% from 255) = 38.37%
BLUE value IS 175 (68.75% from 255) = 26.44%
R=35.20%
G=38.37%
B=26.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332541750.0800.310.0075.9597.5384.12
HexE9FEAF801F04c6254
Octal351376257100370114142124
Binary11101001111111101010111110000111110100110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FEAF; }

 p { color: rgb(233,254,175); }

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

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

 a { background-color: rgb(233,254,175); }

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

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

 span { border-color: rgb(233,254,175); }

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