Html Css Color HEX #E8F0AA Australian Mint

📋 copy color: '#E8F0AA'

red 232 ◦ green 240 ◦ blue 170

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

Shades of Australian Mint #E8F0AA

Tints of Australian Mint #E8F0AA

RGB

 RED value IS 232 (91.02% from 255) = 36.14%

 GREEN value IS 240 (94.14% from 255) = 37.38%

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

R = 36.14%
G = 37.38%
B = 26.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#E8F0AA (or 0xE8F0AA) is known color: Australian Mint. HEX triplet: E8, F0 and AA. RGB value is (232,240,170). Sum of RGB (Red+Green+Blue) = 232+240+170=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F0AA is #170F55. Grayscale: #E5E5E5. Windows color (decimal): -1511254 or 11202792. OLE color: 11202792.

HSL color Cylindrical-coordinate representation of color #E8F0AA: hue angle of 66.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8F0AA is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 240 170 -
CMYK 0.03 0 0.29 0.06
HSL 66.86º 0.7% 0.8% -
HSV(B) 66.86º 0.29% 0.94% -
XYZ 71.69 82.38 50.15 -
YUV 229.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 232 240 170 0.03 0 0.29 0.06 66.86 0.7 0.8
Hex E8 F0 AA 3 0 1D 6 43 46 50
Octal 350 360 252 3 0 35 6 103 106 120
Binary 11101000 11110000 10101010 11 0 11101 110 1000011 1000110 1010000

Color Harmonies of #E8F0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8F0AA

Black with #E8F0AA

Text Example


Text Example

White with #E8F0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8F0AA; }

 p { color: rgb(232,240,170); }

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

background-color css

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

 a { background-color: rgb(232,240,170); }

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

border-color css

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

 span { border-color: rgb(232,240,170); }

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