Html Css Color HEX #E2F1AF Australian Mint

📋 copy color: '#E2F1AF'

red 226 ◦ green 241 ◦ blue 175

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

Shades of Australian Mint #E2F1AF

Tints of Australian Mint #E2F1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.54%

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

R = 35.2%
G = 37.54%
B = 27.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#E2F1AF (or 0xE2F1AF) is known color: Australian Mint. HEX triplet: E2, F1 and AF. RGB value is (226,241,175). Sum of RGB (Red+Green+Blue) = 226+241+175=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F1AF is #1D0E50. Grayscale: #E5E5E5. Windows color (decimal): -1904209 or 11530722. OLE color: 11530722.

HSL color Cylindrical-coordinate representation of color #E2F1AF: hue angle of 73.64º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2F1AF is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 241 175 -
CMYK 0.06 0 0.27 0.05
HSL 73.64º 0.7% 0.82% -
HSV(B) 73.64º 0.27% 0.95% -
XYZ 70.56 82.17 52.7 -
YUV 228.99 97.53 125.87 -
System Red Green Blue C M Y K H S L
Decimal 226 241 175 0.06 0 0.27 0.05 73.64 0.7 0.82
Hex E2 F1 AF 6 0 1B 5 4A 46 52
Octal 342 361 257 6 0 33 5 112 106 122
Binary 11100010 11110001 10101111 110 0 11011 101 1001010 1000110 1010010

Color Harmonies of #E2F1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F1AF

Black with #E2F1AF

Text Example


Text Example

White with #E2F1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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