#E6FEAF

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

Shades of Australian Mint #E6FEAF

Tints of Australian Mint #E6FEAF

Color information

#E6FEAF (or 0xE6FEAF) is unknown color: approx Australian Mint. HEX triplet: E6, FE and AF. RGB value is (230,254,175). Sum of RGB (Red+Green+Blue) = 230+254+175=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 175 (68.75% from 255 or 26.56% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FEAF is #190150. Grayscale: #EEEEEE. Windows color (decimal): -1638737 or 11534054. OLE color: 11534054.

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

Color convert

RGB230254175-
CMYK0.0900.310.00
HSL78.23º97.53%84.12%-
HSV(B)78.23º31.1%99.61%-
XYZ75.8190.854.09-
YUV237.8292.55122.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.90%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 175 (68.75% from 255) = 26.56%
R=34.90%
G=38.54%
B=26.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302541750.0900.310.0078.2397.5384.12
HexE6FEAF901F04e6254
Octal346376257110370116142124
Binary11100110111111101010111110010111110100111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FEAF; }

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

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

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

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

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

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

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

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