#EAF4AF

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

Shades of Australian Mint #EAF4AF

Tints of Australian Mint #EAF4AF

Color information

#EAF4AF (or 0xEAF4AF) is unknown color: approx Australian Mint. HEX triplet: EA, F4 and AF. RGB value is (234,244,175). Sum of RGB (Red+Green+Blue) = 234+244+175=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF4AF is #150B50. Grayscale: #E9E9E9. Windows color (decimal): -1379153 or 11531498. OLE color: 11531498.

HSL color Cylindrical-coordinate representation of color #EAF4AF: hue angle of 68.7º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAF4AF is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB234244175-
CMYK0.0400.280.04
HSL68.7º75.82%82.16%-
HSV(B)68.7º28.28%95.69%-
XYZ74.0285.2953.12-
YUV233.1495.19128.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 244 (95.70% from 255) = 37.37%
BLUE value IS 175 (68.75% from 255) = 26.80%
R=35.83%
G=37.37%
B=26.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441750.0400.280.0468.775.8282.16
HexEAF4AF401C4454c52
Octal35236425740344105114122
Binary111010101111010010101111100011100100100010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4AF; }

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

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

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

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

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

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

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

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