Html Css Color HEX #EAF9AC Australian Mint

📋 copy color: '#EAF9AC'

red 234 ◦ green 249 ◦ blue 172

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

Shades of Australian Mint #EAF9AC

Tints of Australian Mint #EAF9AC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.02%

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

R = 35.73%
G = 38.02%
B = 26.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#EAF9AC (or 0xEAF9AC) is known color: Australian Mint. HEX triplet: EA, F9 and AC. RGB value is (234,249,172). Sum of RGB (Red+Green+Blue) = 234+249+172=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 172 (67.58% from 255 or 26.26% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF9AC is #150653. Grayscale: #ECECEC. Windows color (decimal): -1377876 or 11336170. OLE color: 11336170.

HSL color Cylindrical-coordinate representation of color #EAF9AC: hue angle of 71.69º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAF9AC is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 249 172 -
CMYK 0.06 0 0.31 0.02
HSL 71.69º 0.87% 0.83% -
HSV(B) 71.69º 0.31% 0.98% -
XYZ 75.25 88.22 52.09 -
YUV 235.74 92.03 126.76 -
System Red Green Blue C M Y K H S L
Decimal 234 249 172 0.06 0 0.31 0.02 71.69 0.87 0.83
Hex EA F9 AC 6 0 1F 2 48 57 53
Octal 352 371 254 6 0 37 2 110 127 123
Binary 11101010 11111001 10101100 110 0 11111 10 1001000 1010111 1010011

Color Harmonies of #EAF9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF9AC

Black with #EAF9AC

Text Example


Text Example

White with #EAF9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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