Html Css Color HEX #E4F2AA Australian Mint

📋 copy color: '#E4F2AA'

red 228 ◦ green 242 ◦ blue 170

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

Shades of Australian Mint #E4F2AA

Tints of Australian Mint #E4F2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.56%

R = 35.63%
G = 37.81%
B = 26.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#E4F2AA (or 0xE4F2AA) is known color: Australian Mint. HEX triplet: E4, F2 and AA. RGB value is (228,242,170). Sum of RGB (Red+Green+Blue) = 228+242+170=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F2AA is #1B0D55. Grayscale: #E5E5E5. Windows color (decimal): -1772886 or 11203300. OLE color: 11203300.

HSL color Cylindrical-coordinate representation of color #E4F2AA: hue angle of 71.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E4F2AA is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 242 170 -
CMYK 0.06 0 0.30 0.05
HSL 71.67º 0.73% 0.81% -
HSV(B) 71.67º 0.3% 0.95% -
XYZ 71 82.9 50.29 -
YUV 229.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 228 242 170 0.06 0 0.30 0.05 71.67 0.73 0.81
Hex E4 F2 AA 6 0 1E 5 48 49 51
Octal 344 362 252 6 0 36 5 110 111 121
Binary 11100100 11110010 10101010 110 0 11110 101 1001000 1001001 1010001

Color Harmonies of #E4F2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4F2AA

Black with #E4F2AA

Text Example


Text Example

White with #E4F2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4F2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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