Html Css Color HEX #EAF4AC Australian Mint

📋 copy color: '#EAF4AC'

red 234 ◦ green 244 ◦ blue 172

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

Shades of Australian Mint #EAF4AC

Tints of Australian Mint #EAF4AC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.54%

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

R = 36%
G = 37.54%
B = 26.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#EAF4AC (or 0xEAF4AC) is known color: Australian Mint. HEX triplet: EA, F4 and AC. RGB value is (234,244,172). Sum of RGB (Red+Green+Blue) = 234+244+172=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF4AC is #150B53. Grayscale: #E9E9E9. Windows color (decimal): -1379156 or 11334890. OLE color: 11334890.

HSL color Cylindrical-coordinate representation of color #EAF4AC: hue angle of 68.33º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAF4AC is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 244 172 -
CMYK 0.04 0 0.30 0.04
HSL 68.33º 0.77% 0.82% -
HSV(B) 68.33º 0.3% 0.96% -
XYZ 73.73 85.17 51.58 -
YUV 232.8 93.69 128.85 -
System Red Green Blue C M Y K H S L
Decimal 234 244 172 0.04 0 0.30 0.04 68.33 0.77 0.82
Hex EA F4 AC 4 0 1E 4 44 4D 52
Octal 352 364 254 4 0 36 4 104 115 122
Binary 11101010 11110100 10101100 100 0 11110 100 1000100 1001101 1010010

Color Harmonies of #EAF4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF4AC

Black with #EAF4AC

Text Example


Text Example

White with #EAF4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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