#E0F0AB

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

Shades of Australian Mint #E0F0AB

Tints of Australian Mint #E0F0AB

Color information

#E0F0AB (or 0xE0F0AB) is unknown color: approx Australian Mint. HEX triplet: E0, F0 and AB. RGB value is (224,240,171). Sum of RGB (Red+Green+Blue) = 224+240+171=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F0AB is #1F0F54. Grayscale: #E3E3E3. Windows color (decimal): -2035541 or 11268320. OLE color: 11268320.

HSL color Cylindrical-coordinate representation of color #E0F0AB: hue angle of 73.91º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0F0AB is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB224240171-
CMYK0.0700.290.06
HSL73.91º69.7%80.59%-
HSV(B)73.91º28.75%94.12%-
XYZ69.2581.1150.53-
YUV227.3596.2125.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 240 (94.14% from 255) = 37.80%
BLUE value IS 171 (67.19% from 255) = 26.93%
R=35.28%
G=37.80%
B=26.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242401710.0700.290.0673.9169.780.59
HexE0F0AB701D64a4651
Octal34036025370356112106121
Binary111000001111000010101011111011101110100101010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F0AB; }

 p { color: rgb(224,240,171); }

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

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

 a { background-color: rgb(224,240,171); }

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

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

 span { border-color: rgb(224,240,171); }

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