Html Css Color HEX #EAF2AA Australian Mint

📋 copy color: '#EAF2AA'

red 234 ◦ green 242 ◦ blue 170

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

Shades of Australian Mint #EAF2AA

Tints of Australian Mint #EAF2AA

RGB

 RED value IS 234 (91.8% from 255) = 36.22%

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

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

R = 36.22%
G = 37.46%
B = 26.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#EAF2AA (or 0xEAF2AA) is known color: Australian Mint. HEX triplet: EA, F2 and AA. RGB value is (234,242,170). Sum of RGB (Red+Green+Blue) = 234+242+170=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF2AA is #150D55. Grayscale: #E7E7E7. Windows color (decimal): -1379670 or 11203306. OLE color: 11203306.

HSL color Cylindrical-coordinate representation of color #EAF2AA: hue angle of 66.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 #EAF2AA is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 170 -
CMYK 0.03 0 0.30 0.05
HSL 66.67º 0.73% 0.81% -
HSV(B) 66.67º 0.3% 0.95% -
XYZ 72.94 83.9 50.38 -
YUV 231.4 93.35 129.85 -
System Red Green Blue C M Y K H S L
Decimal 234 242 170 0.03 0 0.30 0.05 66.67 0.73 0.81
Hex EA F2 AA 3 0 1E 5 43 49 51
Octal 352 362 252 3 0 36 5 103 111 121
Binary 11101010 11110010 10101010 11 0 11110 101 1000011 1001001 1010001

Color Harmonies of #EAF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF2AA

Black with #EAF2AA

Text Example


Text Example

White with #EAF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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