#E3F8AF

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

Shades of Australian Mint #E3F8AF

Tints of Australian Mint #E3F8AF

Color information

#E3F8AF (or 0xE3F8AF) is unknown color: approx Australian Mint. HEX triplet: E3, F8 and AF. RGB value is (227,248,175). Sum of RGB (Red+Green+Blue) = 227+248+175=650 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.92% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #E3F8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3F8AF is #1C0750. Grayscale: #E9E9E9. Windows color (decimal): -1836881 or 11532515. OLE color: 11532515.

HSL color Cylindrical-coordinate representation of color #E3F8AF: hue angle of 77.26º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E3F8AF is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB227248175-
CMYK0.0800.290.03
HSL77.26º83.91%82.94%-
HSV(B)77.26º29.44%97.25%-
XYZ72.9886.5653.42-
YUV233.495.04123.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.92%
GREEN value IS 248 (97.27% from 255) = 38.15%
BLUE value IS 175 (68.75% from 255) = 26.92%
R=34.92%
G=38.15%
B=26.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2272481750.0800.290.0377.2683.9182.94
HexE3F8AF801D34d5453
Octal343370257100353115124123
Binary111000111111100010101111100001110111100110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3F8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3F8AF; }

 p { color: rgb(227,248,175); }

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

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

 a { background-color: rgb(227,248,175); }

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

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

 span { border-color: rgb(227,248,175); }

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