#EAF1AF

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

Shades of Australian Mint #EAF1AF

Tints of Australian Mint #EAF1AF

Color information

#EAF1AF (or 0xEAF1AF) is unknown color: approx Australian Mint. HEX triplet: EA, F1 and AF. RGB value is (234,241,175). Sum of RGB (Red+Green+Blue) = 234+241+175=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF1AF is #150E50. Grayscale: #E7E7E7. Windows color (decimal): -1379921 or 11530730. OLE color: 11530730.

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

Color convert

RGB234241175-
CMYK0.0300.270.05
HSL66.36º70.21%81.57%-
HSV(B)66.36º27.39%94.51%-
XYZ73.1283.552.82-
YUV231.3896.18129.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 241 (94.53% from 255) = 37.08%
BLUE value IS 175 (68.75% from 255) = 26.92%
R=36%
G=37.08%
B=26.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411750.0300.270.0566.3670.2181.57
HexEAF1AF301B5424652
Octal35236125730335102106122
Binary11101010111100011010111111011011101100001010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1AF; }

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

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

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

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

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

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

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

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