Html Css Color HEX #E4F2AF Australian Mint

📋 copy color: '#E4F2AF'

red 228 ◦ green 242 ◦ blue 175

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

Shades of Australian Mint #E4F2AF

Tints of Australian Mint #E4F2AF

RGB

 RED value IS 228 (89.45% from 255) = 35.35%

 GREEN value IS 242 (94.92% from 255) = 37.52%

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

R = 35.35%
G = 37.52%
B = 27.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#E4F2AF (or 0xE4F2AF) is known color: Australian Mint. HEX triplet: E4, F2 and AF. RGB value is (228,242,175). Sum of RGB (Red+Green+Blue) = 228+242+175=645 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.35% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F2AF is #1B0D50. Grayscale: #E6E6E6. Windows color (decimal): -1772881 or 11530980. OLE color: 11530980.

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

Color convert

RGB 228 242 175 -
CMYK 0.06 0 0.28 0.05
HSL 72.54º 0.72% 0.82% -
HSV(B) 72.54º 0.28% 0.95% -
XYZ 71.48 83.09 52.83 -
YUV 230.18 96.86 126.45 -
System Red Green Blue C M Y K H S L
Decimal 228 242 175 0.06 0 0.28 0.05 72.54 0.72 0.82
Hex E4 F2 AF 6 0 1C 5 49 48 52
Octal 344 362 257 6 0 34 5 111 110 122
Binary 11100100 11110010 10101111 110 0 11100 101 1001001 1001000 1010010

Color Harmonies of #E4F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4F2AF

Black with #E4F2AF

Text Example


Text Example

White with #E4F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4F2AF; }

 p { color: rgb(228,242,175); }

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

background-color css

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

 a { background-color: rgb(228,242,175); }

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

border-color css

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

 span { border-color: rgb(228,242,175); }

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