#EAFFAE

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

Shades of Australian Mint #EAFFAE

Tints of Australian Mint #EAFFAE

Color information

#EAFFAE (or 0xEAFFAE) is unknown color: approx Australian Mint. HEX triplet: EA, FF and AE. RGB value is (234,255,174). Sum of RGB (Red+Green+Blue) = 234+255+174=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 174 (68.36% from 255 or 26.24% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFFAE is #150051. Grayscale: #EFEFEF. Windows color (decimal): -1376338 or 11468778. OLE color: 11468778.

HSL color Cylindrical-coordinate representation of color #EAFFAE: hue angle of 75.56º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAFFAE is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB234255174-
CMYK0.0800.320
HSL75.56º100%84.12%-
HSV(B)75.56º31.76%100%-
XYZ77.3392.0753.74-
YUV239.4991.04124.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 174 (68.36% from 255) = 26.24%
R=35.29%
G=38.46%
B=26.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551740.0800.32075.5610084.12
HexEAFFAE802004c6454
Octal352377256100400114144124
Binary111010101111111110101110100001000000100110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFAE; }

 p { color: rgb(234,255,174); }

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

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

 a { background-color: rgb(234,255,174); }

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

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

 span { border-color: rgb(234,255,174); }

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