Html Css Color HEX #EAF7A1 Australian Mint

📋 copy color: '#EAF7A1'

red 234 ◦ green 247 ◦ blue 161

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

Shades of Australian Mint #EAF7A1

Tints of Australian Mint #EAF7A1

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.47%

 BLUE value IS 161 (63.28% from 255) = 25.08%

R = 36.45%
G = 38.47%
B = 25.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#EAF7A1 (or 0xEAF7A1) is known color: Australian Mint. HEX triplet: EA, F7 and A1. RGB value is (234,247,161). Sum of RGB (Red+Green+Blue) = 234+247+161=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 161 (63.28% from 255 or 25.08% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF7A1 is #15085E. Grayscale: #E9E9E9. Windows color (decimal): -1378399 or 10614762. OLE color: 10614762.

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

Color convert

RGB 234 247 161 -
CMYK 0.05 0 0.35 0.03
HSL 69.07º 0.84% 0.8% -
HSV(B) 69.07º 0.35% 0.97% -
XYZ 73.63 86.59 46.55 -
YUV 233.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 234 247 161 0.05 0 0.35 0.03 69.07 0.84 0.8
Hex EA F7 A1 5 0 23 3 45 54 50
Octal 352 367 241 5 0 43 3 105 124 120
Binary 11101010 11110111 10100001 101 0 100011 11 1000101 1010100 1010000

Color Harmonies of #EAF7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF7A1

Black with #EAF7A1

Text Example


Text Example

White with #EAF7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF7A1; }

 p { color: rgb(234,247,161); }

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

background-color css

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

 a { background-color: rgb(234,247,161); }

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

border-color css

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

 span { border-color: rgb(234,247,161); }

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