Html Css Color HEX #E2F4AF Australian Mint

📋 copy color: '#E2F4AF'

red 226 ◦ green 244 ◦ blue 175

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

Shades of Australian Mint #E2F4AF

Tints of Australian Mint #E2F4AF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.83%

 BLUE value IS 175 (68.75% from 255) = 27.13%

R = 35.04%
G = 37.83%
B = 27.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#E2F4AF (or 0xE2F4AF) is known color: Australian Mint. HEX triplet: E2, F4 and AF. RGB value is (226,244,175). Sum of RGB (Red+Green+Blue) = 226+244+175=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F4AF is #1D0B50. Grayscale: #E7E7E7. Windows color (decimal): -1903441 or 11531490. OLE color: 11531490.

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

Color convert

RGB 226 244 175 -
CMYK 0.07 0 0.28 0.04
HSL 75.65º 0.76% 0.82% -
HSV(B) 75.65º 0.28% 0.96% -
XYZ 71.45 83.97 53 -
YUV 230.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 226 244 175 0.07 0 0.28 0.04 75.65 0.76 0.82
Hex E2 F4 AF 7 0 1C 4 4C 4C 52
Octal 342 364 257 7 0 34 4 114 114 122
Binary 11100010 11110100 10101111 111 0 11100 100 1001100 1001100 1010010

Color Harmonies of #E2F4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F4AF

Black with #E2F4AF

Text Example


Text Example

White with #E2F4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F4AF; }

 p { color: rgb(226,244,175); }

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

background-color css

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

 a { background-color: rgb(226,244,175); }

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

border-color css

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

 span { border-color: rgb(226,244,175); }

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