#E2FCAC

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

Shades of Australian Mint #E2FCAC

Tints of Australian Mint #E2FCAC

Color information

#E2FCAC (or 0xE2FCAC) is unknown color: approx Australian Mint. HEX triplet: E2, FC and AC. RGB value is (226,252,172). Sum of RGB (Red+Green+Blue) = 226+252+172=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FCAC is #1D0353. Grayscale: #EBEBEB. Windows color (decimal): -1901396 or 11336930. OLE color: 11336930.

HSL color Cylindrical-coordinate representation of color #E2FCAC: hue angle of 79.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2FCAC is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB226252172-
CMYK0.1000.320.01
HSL79.5º93.02%83.14%-
HSV(B)79.5º31.75%98.82%-
XYZ73.6288.7752.28-
YUV235.1192.39121.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 172 (67.58% from 255) = 26.46%
R=34.77%
G=38.77%
B=26.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262521720.1000.320.0179.593.0283.14
HexE2FCACA0201505d53
Octal342374254120401120135123
Binary111000101111110010101100101001000001101000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FCAC; }

 p { color: rgb(226,252,172); }

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

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

 a { background-color: rgb(226,252,172); }

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

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

 span { border-color: rgb(226,252,172); }

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