#EAF2AF

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

Shades of Australian Mint #EAF2AF

Tints of Australian Mint #EAF2AF

Color information

#EAF2AF (or 0xEAF2AF) is unknown color: approx Australian Mint. HEX triplet: EA, F2 and AF. RGB value is (234,242,175). Sum of RGB (Red+Green+Blue) = 234+242+175=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF2AF is #150D50. Grayscale: #E8E8E8. Windows color (decimal): -1379665 or 11530986. OLE color: 11530986.

HSL color Cylindrical-coordinate representation of color #EAF2AF: hue angle of 67.16º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAF2AF is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB234242175-
CMYK0.0300.280.05
HSL67.16º72.04%81.76%-
HSV(B)67.16º27.69%94.9%-
XYZ73.4284.0952.92-
YUV231.9795.85129.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 242 (94.92% from 255) = 37.17%
BLUE value IS 175 (68.75% from 255) = 26.88%
R=35.94%
G=37.17%
B=26.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342421750.0300.280.0567.1672.0481.76
HexEAF2AF301C5434852
Octal35236225730345103110122
Binary11101010111100101010111111011100101100001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2AF; }

 p { color: rgb(234,242,175); }

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

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

 a { background-color: rgb(234,242,175); }

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

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

 span { border-color: rgb(234,242,175); }

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