#E6F1AD

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

Shades of Australian Mint #E6F1AD

Tints of Australian Mint #E6F1AD

Color information

#E6F1AD (or 0xE6F1AD) is unknown color: approx Australian Mint. HEX triplet: E6, F1 and AD. RGB value is (230,241,173). Sum of RGB (Red+Green+Blue) = 230+241+173=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F1AD is #190E52. Grayscale: #E6E6E6. Windows color (decimal): -1642067 or 11399654. OLE color: 11399654.

HSL color Cylindrical-coordinate representation of color #E6F1AD: hue angle of 69.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6F1AD is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB230241173-
CMYK0.0500.280.05
HSL69.71º70.83%81.18%-
HSV(B)69.71º28.22%94.51%-
XYZ71.6382.7551.73-
YUV229.9695.86128.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.71%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 173 (67.97% from 255) = 26.86%
R=35.71%
G=37.42%
B=26.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302411730.0500.280.0569.7170.8381.18
HexE6F1AD501C5464751
Octal34636125550345106107121
Binary111001101111000110101101101011100101100011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F1AD; }

 p { color: rgb(230,241,173); }

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

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

 a { background-color: rgb(230,241,173); }

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

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

 span { border-color: rgb(230,241,173); }

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