#eaff9e

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

Shades of Australian Mint #EAFF9E

Tints of Australian Mint #EAFF9E

Color information

#EAFF9E (or 0xEAFF9E) is unknown color: approx Australian Mint. HEX triplet: EA, FF and 9E. RGB value is (234,255,158). Sum of RGB (Red+Green+Blue) = 234+255+158=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 158 (62.11% from 255 or 24.42% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF9E is #150061. Grayscale: #EEEEEE. Windows color (decimal): -1376354 or 10420202. OLE color: 10420202.

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

Color convert

RGB234255158-
CMYK0.0800.380
HSL72.99º100%80.98%-
HSV(B)72.99º38.04%100%-
XYZ75.8691.4846.01-
YUV237.6683.04125.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 158 (62.11% from 255) = 24.42%
R=36.17%
G=39.41%
B=24.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551580.0800.38072.9910080.98
HexEAFF9E80260496451
Octal352377236100460111144121
Binary111010101111111110011110100001001100100100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaff9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaff9e; }

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

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

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

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

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

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

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

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