Html Css Color HEX #EAFFA0 Australian Mint

📋 copy color: '#EAFFA0'

red 234 ◦ green 255 ◦ blue 160

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

Shades of Australian Mint #EAFFA0

Tints of Australian Mint #EAFFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 39.29%

 BLUE value IS 160 (62.89% from 255) = 24.65%

R = 36.06%
G = 39.29%
B = 24.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#EAFFA0 (or 0xEAFFA0) is known color: Australian Mint. HEX triplet: EA, FF and A0. RGB value is (234,255,160). Sum of RGB (Red+Green+Blue) = 234+255+160=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 160 (62.89% from 255 or 24.65% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFFA0 is #15005F. Grayscale: #EEEEEE. Windows color (decimal): -1376352 or 10551274. OLE color: 10551274.

HSL color Cylindrical-coordinate representation of color #EAFFA0: hue angle of 73.26º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAFFA0 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 234 255 160 -
CMYK 0.08 0 0.37 0
HSL 73.26º 1% 0.81% -
HSV(B) 73.26º 0.37% 1% -
XYZ 76.04 91.55 46.92 -
YUV 237.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 234 255 160 0.08 0 0.37 0 73.26 1 0.81
Hex EA FF A0 8 0 25 0 49 64 51
Octal 352 377 240 10 0 45 0 111 144 121
Binary 11101010 11111111 10100000 1000 0 100101 0 1001001 1100100 1010001

Color Harmonies of #EAFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFFA0

Black with #EAFFA0

Text Example


Text Example

White with #EAFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFFA0; }

 p { color: rgb(234,255,160); }

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

background-color css

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

 a { background-color: rgb(234,255,160); }

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

border-color css

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

 span { border-color: rgb(234,255,160); }

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