#E6FCA1

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

Shades of Australian Mint #E6FCA1

Tints of Australian Mint #E6FCA1

Color information

#E6FCA1 (or 0xE6FCA1) is unknown color: approx Australian Mint. HEX triplet: E6, FC and A1. RGB value is (230,252,161). Sum of RGB (Red+Green+Blue) = 230+252+161=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 161 (63.28% from 255 or 25.04% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FCA1 is #19035E. Grayscale: #EBEBEB. Windows color (decimal): -1639263 or 10616038. OLE color: 10616038.

HSL color Cylindrical-coordinate representation of color #E6FCA1: hue angle of 74.51º 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 #E6FCA1 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB230252161-
CMYK0.0900.360.01
HSL74.51º93.81%80.98%-
HSV(B)74.51º36.11%98.82%-
XYZ73.8889.0247.01-
YUV235.0586.21124.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.77%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 161 (63.28% from 255) = 25.04%
R=35.77%
G=39.19%
B=25.04%

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
Decimal2302521610.0900.360.0174.5193.8180.98
HexE6FCA1902414b5e51
Octal346374241110441113136121
Binary111001101111110010100001100101001001100101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FCA1; }

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

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

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

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

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

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

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

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