#EAF5AB

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

Shades of Australian Mint #EAF5AB

Tints of Australian Mint #EAF5AB

Color information

#EAF5AB (or 0xEAF5AB) is unknown color: approx Australian Mint. HEX triplet: EA, F5 and AB. RGB value is (234,245,171). Sum of RGB (Red+Green+Blue) = 234+245+171=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF5AB is #150A54. Grayscale: #E9E9E9. Windows color (decimal): -1378901 or 11269610. OLE color: 11269610.

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

Color convert

RGB234245171-
CMYK0.0400.300.04
HSL68.92º78.72%81.57%-
HSV(B)68.92º30.2%96.08%-
XYZ73.9385.7451.18-
YUV233.2892.86128.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 245 (96.09% from 255) = 37.69%
BLUE value IS 171 (67.19% from 255) = 26.31%
R=36%
G=37.69%
B=26.31%

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
Decimal2342451710.0400.300.0468.9278.7281.57
HexEAF5AB401E4454f52
Octal35236525340364105117122
Binary111010101111010110101011100011110100100010110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5AB; }

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

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

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

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

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

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

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

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