#E1F1A7

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

Shades of Australian Mint #E1F1A7

Tints of Australian Mint #E1F1A7

Color information

#E1F1A7 (or 0xE1F1A7) is unknown color: approx Australian Mint. HEX triplet: E1, F1 and A7. RGB value is (225,241,167). Sum of RGB (Red+Green+Blue) = 225+241+167=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 167 (65.62% from 255 or 26.38% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F1A7 is #1E0E58. Grayscale: #E4E4E4. Windows color (decimal): -1969753 or 11006433. OLE color: 11006433.

HSL color Cylindrical-coordinate representation of color #E1F1A7: hue angle of 72.97º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1F1A7 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB225241167-
CMYK0.0700.310.05
HSL72.97º72.55%80%-
HSV(B)72.97º30.71%94.51%-
XYZ69.4881.7148.67-
YUV227.7893.7126.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 167 (65.62% from 255) = 26.38%
R=35.55%
G=38.07%
B=26.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252411670.0700.310.0572.9772.5580
HexE1F1A7701F5494950
Octal34136124770375111111120
Binary111000011111000110100111111011111101100100110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F1A7; }

 p { color: rgb(225,241,167); }

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

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

 a { background-color: rgb(225,241,167); }

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

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

 span { border-color: rgb(225,241,167); }

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