#E6FEAE

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

Shades of Australian Mint #E6FEAE

Tints of Australian Mint #E6FEAE

Color information

#E6FEAE (or 0xE6FEAE) is unknown color: approx Australian Mint. HEX triplet: E6, FE and AE. RGB value is (230,254,174). Sum of RGB (Red+Green+Blue) = 230+254+174=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FEAE is #190151. Grayscale: #EEEEEE. Windows color (decimal): -1638738 or 11468518. OLE color: 11468518.

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

Color convert

RGB230254174-
CMYK0.0900.310.00
HSL78º97.56%83.92%-
HSV(B)78º31.5%99.61%-
XYZ75.7190.7653.57-
YUV237.792.05122.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 254 (99.61% from 255) = 38.60%
BLUE value IS 174 (68.36% from 255) = 26.44%
R=34.95%
G=38.60%
B=26.44%

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
Decimal2302541740.0900.310.007897.5683.92
HexE6FEAE901F04e6254
Octal346376256110370116142124
Binary11100110111111101010111010010111110100111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FEAE; }

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

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

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

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

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

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

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

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