#EAF4AB

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

Shades of Australian Mint #EAF4AB

Tints of Australian Mint #EAF4AB

Color information

#EAF4AB (or 0xEAF4AB) is unknown color: approx Australian Mint. HEX triplet: EA, F4 and AB. RGB value is (234,244,171). Sum of RGB (Red+Green+Blue) = 234+244+171=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF4AB is #150B54. Grayscale: #E8E8E8. Windows color (decimal): -1379157 or 11269354. OLE color: 11269354.

HSL color Cylindrical-coordinate representation of color #EAF4AB: hue angle of 68.22º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAF4AB is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB234244171-
CMYK0.0400.300.04
HSL68.22º76.84%81.37%-
HSV(B)68.22º29.92%95.69%-
XYZ73.6385.1351.08-
YUV232.6993.19128.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 244 (95.70% from 255) = 37.60%
BLUE value IS 171 (67.19% from 255) = 26.35%
R=36.06%
G=37.60%
B=26.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441710.0400.300.0468.2276.8481.37
HexEAF4AB401E4444d51
Octal35236425340364104115121
Binary111010101111010010101011100011110100100010010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4AB; }

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

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

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

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

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

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

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

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