#EAFE9F

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

Shades of Australian Mint #EAFE9F

Tints of Australian Mint #EAFE9F

Color information

#EAFE9F (or 0xEAFE9F) is unknown color: approx Australian Mint. HEX triplet: EA, FE and 9F. RGB value is (234,254,159). Sum of RGB (Red+Green+Blue) = 234+254+159=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 159 (62.5% from 255 or 24.57% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE9F is #150160. Grayscale: #EDEDED. Windows color (decimal): -1376609 or 10485482. OLE color: 10485482.

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

Color convert

RGB234254159-
CMYK0.0800.370.00
HSL72.63º97.94%80.98%-
HSV(B)72.63º37.4%99.61%-
XYZ75.6390.8846.36-
YUV237.1983.87125.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 254 (99.61% from 255) = 39.26%
BLUE value IS 159 (62.5% from 255) = 24.57%
R=36.17%
G=39.26%
B=24.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541590.0800.370.0072.6397.9480.98
HexEAFE9F80250496251
Octal352376237100450111142121
Binary111010101111111010011111100001001010100100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFE9F; }

 p { color: rgb(234,254,159); }

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

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

 a { background-color: rgb(234,254,159); }

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

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

 span { border-color: rgb(234,254,159); }

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