#E6FCA2

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

Shades of Australian Mint #E6FCA2

Tints of Australian Mint #E6FCA2

Color information

#E6FCA2 (or 0xE6FCA2) is unknown color: approx Australian Mint. HEX triplet: E6, FC and A2. RGB value is (230,252,162). Sum of RGB (Red+Green+Blue) = 230+252+162=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 162 (63.67% from 255 or 25.16% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FCA2 is #19035D. Grayscale: #EBEBEB. Windows color (decimal): -1639262 or 10681574. OLE color: 10681574.

HSL color Cylindrical-coordinate representation of color #E6FCA2: hue angle of 74.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6FCA2 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB230252162-
CMYK0.0900.360.01
HSL74.67º93.75%81.18%-
HSV(B)74.67º35.71%98.82%-
XYZ73.9789.0547.47-
YUV235.1686.71124.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.71%
GREEN value IS 252 (98.83% from 255) = 39.13%
BLUE value IS 162 (63.67% from 255) = 25.16%
R=35.71%
G=39.13%
B=25.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302521620.0900.360.0174.6793.7581.18
HexE6FCA2902414b5e51
Octal346374242110441113136121
Binary111001101111110010100010100101001001100101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FCA2; }

 p { color: rgb(230,252,162); }

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

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

 a { background-color: rgb(230,252,162); }

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

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

 span { border-color: rgb(230,252,162); }

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