#E2FFAD

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

Shades of Australian Mint #E2FFAD

Tints of Australian Mint #E2FFAD

Color information

#E2FFAD (or 0xE2FFAD) is unknown color: approx Australian Mint. HEX triplet: E2, FF and AD. RGB value is (226,255,173). Sum of RGB (Red+Green+Blue) = 226+255+173=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 173 (67.97% from 255 or 26.45% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FFAD is #1D0052. Grayscale: #EDEDED. Windows color (decimal): -1900627 or 11403234. OLE color: 11403234.

HSL color Cylindrical-coordinate representation of color #E2FFAD: hue angle of 81.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2FFAD is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB226255173-
CMYK0.1100.320
HSL81.22º100%83.92%-
HSV(B)81.22º32.16%100%-
XYZ74.6790.7153.11-
YUV236.9891.89120.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.56%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 173 (67.97% from 255) = 26.45%
R=34.56%
G=38.99%
B=26.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262551730.1100.32081.2210083.92
HexE2FFADB0200516454
Octal342377255130400121144124
Binary111000101111111110101101101101000000101000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FFAD; }

 p { color: rgb(226,255,173); }

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

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

 a { background-color: rgb(226,255,173); }

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

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

 span { border-color: rgb(226,255,173); }

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