#EAFEA7

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

Shades of Australian Mint #EAFEA7

Tints of Australian Mint #EAFEA7

Color information

#EAFEA7 (or 0xEAFEA7) is unknown color: approx Australian Mint. HEX triplet: EA, FE and A7. RGB value is (234,254,167). Sum of RGB (Red+Green+Blue) = 234+254+167=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 167 (65.62% from 255 or 25.50% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFEA7 is #150158. Grayscale: #EEEEEE. Windows color (decimal): -1376601 or 11009770. OLE color: 11009770.

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

Color convert

RGB234254167-
CMYK0.0800.340.00
HSL73.79º97.75%82.55%-
HSV(B)73.79º34.25%99.61%-
XYZ76.3591.1750.13-
YUV238.187.87125.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 254 (99.61% from 255) = 38.78%
BLUE value IS 167 (65.62% from 255) = 25.50%
R=35.73%
G=38.78%
B=25.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541670.0800.340.0073.7997.7582.55
HexEAFEA7802204a6253
Octal352376247100420112142123
Binary111010101111111010100111100001000100100101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEA7; }

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

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

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

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

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

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

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

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