Html Css Color HEX #E2F0A0 Australian Mint

📋 copy color: '#E2F0A0'

red 226 ◦ green 240 ◦ blue 160

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

Shades of Australian Mint #E2F0A0

Tints of Australian Mint #E2F0A0

RGB

 RED value IS 226 (88.67% from 255) = 36.1%

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

 BLUE value IS 160 (62.89% from 255) = 25.56%

R = 36.1%
G = 38.34%
B = 25.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#E2F0A0 (or 0xE2F0A0) is known color: Australian Mint. HEX triplet: E2, F0 and A0. RGB value is (226,240,160). Sum of RGB (Red+Green+Blue) = 226+240+160=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 160 (62.89% from 255 or 25.56% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F0A0 is #1D0F5F. Grayscale: #E2E2E2. Windows color (decimal): -1904480 or 10547426. OLE color: 10547426.

HSL color Cylindrical-coordinate representation of color #E2F0A0: hue angle of 70.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2F0A0 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 240 160 -
CMYK 0.06 0 0.33 0.06
HSL 70.5º 0.73% 0.78% -
HSV(B) 70.5º 0.33% 0.94% -
XYZ 68.87 81.03 45.27 -
YUV 226.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 226 240 160 0.06 0 0.33 0.06 70.5 0.73 0.78
Hex E2 F0 A0 6 0 21 6 46 49 4E
Octal 342 360 240 6 0 41 6 106 111 116
Binary 11100010 11110000 10100000 110 0 100001 110 1000110 1001001 1001110

Color Harmonies of #E2F0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F0A0

Black with #E2F0A0

Text Example


Text Example

White with #E2F0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F0A0; }

 p { color: rgb(226,240,160); }

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

background-color css

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

 a { background-color: rgb(226,240,160); }

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

border-color css

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

 span { border-color: rgb(226,240,160); }

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