Html Css Color HEX #EAF1AC Australian Mint

📋 copy color: '#EAF1AC'

red 234 ◦ green 241 ◦ blue 172

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

Shades of Australian Mint #EAF1AC

Tints of Australian Mint #EAF1AC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.25%

 BLUE value IS 172 (67.58% from 255) = 26.58%

R = 36.17%
G = 37.25%
B = 26.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#EAF1AC (or 0xEAF1AC) is known color: Australian Mint. HEX triplet: EA, F1 and AC. RGB value is (234,241,172). Sum of RGB (Red+Green+Blue) = 234+241+172=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF1AC is #150E53. Grayscale: #E7E7E7. Windows color (decimal): -1379924 or 11334122. OLE color: 11334122.

HSL color Cylindrical-coordinate representation of color #EAF1AC: hue angle of 66.09º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAF1AC is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 241 172 -
CMYK 0.03 0 0.29 0.05
HSL 66.09º 0.71% 0.81% -
HSV(B) 66.09º 0.29% 0.95% -
XYZ 72.83 83.38 51.29 -
YUV 231.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 234 241 172 0.03 0 0.29 0.05 66.09 0.71 0.81
Hex EA F1 AC 3 0 1D 5 42 47 51
Octal 352 361 254 3 0 35 5 102 107 121
Binary 11101010 11110001 10101100 11 0 11101 101 1000010 1000111 1010001

Color Harmonies of #EAF1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1AC

Black with #EAF1AC

Text Example


Text Example

White with #EAF1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF1AC; }

 p { color: rgb(234,241,172); }

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

background-color css

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

 a { background-color: rgb(234,241,172); }

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

border-color css

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

 span { border-color: rgb(234,241,172); }

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