Html Css Color HEX #E0F6AA Australian Mint

📋 copy color: '#E0F6AA'

red 224 ◦ green 246 ◦ blue 170

#E0F6AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #E0F6AA

Tints of Australian Mint #E0F6AA

RGB

 RED value IS 224 (87.89% from 255) = 35%

 GREEN value IS 246 (96.48% from 255) = 38.44%

 BLUE value IS 170 (66.8% from 255) = 26.56%

R = 35%
G = 38.44%
B = 26.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#E0F6AA (or 0xE0F6AA) is known color: Australian Mint. HEX triplet: E0, F6 and AA. RGB value is (224,246,170). Sum of RGB (Red+Green+Blue) = 224+246+170=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #E0F6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F6AA is #1F0955. Grayscale: #E7E7E7. Windows color (decimal): -2034006 or 11204320. OLE color: 11204320.

HSL color Cylindrical-coordinate representation of color #E0F6AA: hue angle of 77.37º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0F6AA is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 246 170 -
CMYK 0.09 0 0.31 0.04
HSL 77.37º 0.81% 0.82% -
HSV(B) 77.37º 0.31% 0.96% -
XYZ 70.95 84.66 50.63 -
YUV 230.76 93.71 123.18 -
System Red Green Blue C M Y K H S L
Decimal 224 246 170 0.09 0 0.31 0.04 77.37 0.81 0.82
Hex E0 F6 AA 9 0 1F 4 4D 51 52
Octal 340 366 252 11 0 37 4 115 121 122
Binary 11100000 11110110 10101010 1001 0 11111 100 1001101 1010001 1010010

Color Harmonies of #E0F6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F6AA

Black with #E0F6AA

Text Example


Text Example

White with #E0F6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F6AA; }

 p { color: rgb(224,246,170); }

 H1.HeaderClassName
 {
   color: #E0F6AA;
 }
 .AnyTagClassName
 {
   color: #E0F6AA;
 }
</style>

background-color css

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

 a { background-color: rgb(224,246,170); }

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

border-color css

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

 span { border-color: rgb(224,246,170); }

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