Html Css Color HEX #EAF2A4 Australian Mint

📋 copy color: '#EAF2A4'

red 234 ◦ green 242 ◦ blue 164

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

Shades of Australian Mint #EAF2A4

Tints of Australian Mint #EAF2A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.63%

R = 36.56%
G = 37.81%
B = 25.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#EAF2A4 (or 0xEAF2A4) is known color: Australian Mint. HEX triplet: EA, F2 and A4. RGB value is (234,242,164). Sum of RGB (Red+Green+Blue) = 234+242+164=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 164 (64.45% from 255 or 25.62% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF2A4 is #150D5B. Grayscale: #E7E7E7. Windows color (decimal): -1379676 or 10810090. OLE color: 10810090.

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

Color convert

RGB 234 242 164 -
CMYK 0.03 0 0.32 0.05
HSL 66.15º 0.75% 0.8% -
HSV(B) 66.15º 0.32% 0.95% -
XYZ 72.38 83.68 47.46 -
YUV 230.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 234 242 164 0.03 0 0.32 0.05 66.15 0.75 0.8
Hex EA F2 A4 3 0 20 5 42 4B 50
Octal 352 362 244 3 0 40 5 102 113 120
Binary 11101010 11110010 10100100 11 0 100000 101 1000010 1001011 1010000

Color Harmonies of #EAF2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF2A4

Black with #EAF2A4

Text Example


Text Example

White with #EAF2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF2A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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