Html Css Color HEX #EAFDA1 Australian Mint

📋 copy color: '#EAFDA1'

red 234 ◦ green 253 ◦ blue 161

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

Shades of Australian Mint #EAFDA1

Tints of Australian Mint #EAFDA1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.04%

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

R = 36.11%
G = 39.04%
B = 24.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#EAFDA1 (or 0xEAFDA1) is known color: Australian Mint. HEX triplet: EA, FD and A1. RGB value is (234,253,161). Sum of RGB (Red+Green+Blue) = 234+253+161=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 161 (63.28% from 255 or 24.85% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFDA1 is #15025E. Grayscale: #EDEDED. Windows color (decimal): -1376863 or 10616298. OLE color: 10616298.

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

Color convert

RGB 234 253 161 -
CMYK 0.08 0 0.36 0.01
HSL 72.39º 0.96% 0.81% -
HSV(B) 72.39º 0.36% 0.99% -
XYZ 75.49 90.32 47.17 -
YUV 236.83 85.21 125.98 -
System Red Green Blue C M Y K H S L
Decimal 234 253 161 0.08 0 0.36 0.01 72.39 0.96 0.81
Hex EA FD A1 8 0 24 1 48 60 51
Octal 352 375 241 10 0 44 1 110 140 121
Binary 11101010 11111101 10100001 1000 0 100100 1 1001000 1100000 1010001

Color Harmonies of #EAFDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFDA1

Black with #EAFDA1

Text Example


Text Example

White with #EAFDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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