Html Css Color HEX #E0F6AF Australian Mint

📋 copy color: '#E0F6AF'

red 224 ◦ green 246 ◦ blue 175

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

Shades of Australian Mint #E0F6AF

Tints of Australian Mint #E0F6AF

RGB

 RED value IS 224 (87.89% from 255) = 34.73%

 GREEN value IS 246 (96.48% from 255) = 38.14%

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

R = 34.73%
G = 38.14%
B = 27.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#E0F6AF (or 0xE0F6AF) is known color: Australian Mint. HEX triplet: E0, F6 and AF. RGB value is (224,246,175). Sum of RGB (Red+Green+Blue) = 224+246+175=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 246 - color contains mainly: green. Hex color #E0F6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F6AF is #1F0950. Grayscale: #E7E7E7. Windows color (decimal): -2034001 or 11532000. OLE color: 11532000.

HSL color Cylindrical-coordinate representation of color #E0F6AF: hue angle of 78.59º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0F6AF is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 246 175 -
CMYK 0.09 0 0.29 0.04
HSL 78.59º 0.8% 0.83% -
HSV(B) 78.59º 0.29% 0.96% -
XYZ 71.43 84.85 53.17 -
YUV 231.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 224 246 175 0.09 0 0.29 0.04 78.59 0.8 0.83
Hex E0 F6 AF 9 0 1D 4 4F 50 53
Octal 340 366 257 11 0 35 4 117 120 123
Binary 11100000 11110110 10101111 1001 0 11101 100 1001111 1010000 1010011

Color Harmonies of #E0F6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F6AF

Black with #E0F6AF

Text Example


Text Example

White with #E0F6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F6AF; }

 p { color: rgb(224,246,175); }

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

background-color css

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

 a { background-color: rgb(224,246,175); }

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

border-color css

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

 span { border-color: rgb(224,246,175); }

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