Html Css Color HEX #E1F0AF Australian Mint

📋 copy color: '#E1F0AF'

red 225 ◦ green 240 ◦ blue 175

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

Shades of Australian Mint #E1F0AF

Tints of Australian Mint #E1F0AF

RGB

 RED value IS 225 (88.28% from 255) = 35.16%

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

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

R = 35.16%
G = 37.5%
B = 27.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#E1F0AF (or 0xE1F0AF) is known color: Australian Mint. HEX triplet: E1, F0 and AF. RGB value is (225,240,175). Sum of RGB (Red+Green+Blue) = 225+240+175=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F0AF is #1E0F50. Grayscale: #E4E4E4. Windows color (decimal): -1970001 or 11530465. OLE color: 11530465.

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

Color convert

RGB 225 240 175 -
CMYK 0.06 0 0.27 0.06
HSL 73.85º 0.68% 0.81% -
HSV(B) 73.85º 0.27% 0.94% -
XYZ 69.95 81.42 52.59 -
YUV 228.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 225 240 175 0.06 0 0.27 0.06 73.85 0.68 0.81
Hex E1 F0 AF 6 0 1B 6 4A 44 51
Octal 341 360 257 6 0 33 6 112 104 121
Binary 11100001 11110000 10101111 110 0 11011 110 1001010 1000100 1010001

Color Harmonies of #E1F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F0AF

Black with #E1F0AF

Text Example


Text Example

White with #E1F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F0AF; }

 p { color: rgb(225,240,175); }

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

background-color css

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

 a { background-color: rgb(225,240,175); }

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

border-color css

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

 span { border-color: rgb(225,240,175); }

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