Html Css Color HEX #EAF1A2 Australian Mint

📋 copy color: '#EAF1A2'

red 234 ◦ green 241 ◦ blue 162

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

Shades of Australian Mint #EAF1A2

Tints of Australian Mint #EAF1A2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.83%

 BLUE value IS 162 (63.67% from 255) = 25.43%

R = 36.73%
G = 37.83%
B = 25.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#EAF1A2 (or 0xEAF1A2) is known color: Australian Mint. HEX triplet: EA, F1 and A2. RGB value is (234,241,162). Sum of RGB (Red+Green+Blue) = 234+241+162=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 162 (63.67% from 255 or 25.43% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF1A2 is #150E5D. Grayscale: #E6E6E6. Windows color (decimal): -1379934 or 10678762. OLE color: 10678762.

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

Color convert

RGB 234 241 162 -
CMYK 0.03 0 0.33 0.05
HSL 65.32º 0.74% 0.79% -
HSV(B) 65.32º 0.33% 0.95% -
XYZ 71.91 83.01 46.42 -
YUV 229.9 89.68 130.92 -
System Red Green Blue C M Y K H S L
Decimal 234 241 162 0.03 0 0.33 0.05 65.32 0.74 0.79
Hex EA F1 A2 3 0 21 5 41 4A 4F
Octal 352 361 242 3 0 41 5 101 112 117
Binary 11101010 11110001 10100010 11 0 100001 101 1000001 1001010 1001111

Color Harmonies of #EAF1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1A2

Black with #EAF1A2

Text Example


Text Example

White with #EAF1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF1A2; }

 p { color: rgb(234,241,162); }

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

background-color css

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

 a { background-color: rgb(234,241,162); }

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

border-color css

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

 span { border-color: rgb(234,241,162); }

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