#EDFFA8

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

Shades of Australian Mint #EDFFA8

Tints of Australian Mint #EDFFA8

Color information

#EDFFA8 (or 0xEDFFA8) is unknown color: approx Australian Mint. HEX triplet: ED, FF and A8. RGB value is (237,255,168). Sum of RGB (Red+Green+Blue) = 237+255+168=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 168 (66.02% from 255 or 25.45% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFFA8 is #120057. Grayscale: #F0F0F0. Windows color (decimal): -1179736 or 11075565. OLE color: 11075565.

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

Color convert

RGB237255168-
CMYK0.0700.340
HSL72.41º100%82.94%-
HSV(B)72.41º34.12%100%-
XYZ77.7592.3550.77-
YUV239.787.54126.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 168 (66.02% from 255) = 25.45%
R=35.91%
G=38.64%
B=25.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551680.0700.34072.4110082.94
HexEDFFA870220486453
Octal35537725070420110144123
Binary11101101111111111010100011101000100100100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFA8; }

 p { color: rgb(237,255,168); }

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

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

 a { background-color: rgb(237,255,168); }

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

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

 span { border-color: rgb(237,255,168); }

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