Html Css Color HEX #EAFDA2 Australian Mint

📋 copy color: '#EAFDA2'

red 234 ◦ green 253 ◦ blue 162

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

Shades of Australian Mint #EAFDA2

Tints of Australian Mint #EAFDA2

RGB

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

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

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

R = 36.06%
G = 38.98%
B = 24.96%

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

#EAFDA2 (or 0xEAFDA2) is known color: Australian Mint. HEX triplet: EA, FD and A2. RGB value is (234,253,162). Sum of RGB (Red+Green+Blue) = 234+253+162=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 162 (63.67% from 255 or 24.96% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFDA2 is #15025D. Grayscale: #EDEDED. Windows color (decimal): -1376862 or 10681834. OLE color: 10681834.

HSL color Cylindrical-coordinate representation of color #EAFDA2: hue angle of 72.53º 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 #EAFDA2 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 253 162 -
CMYK 0.08 0 0.36 0.01
HSL 72.53º 0.96% 0.81% -
HSV(B) 72.53º 0.36% 0.99% -
XYZ 75.58 90.35 47.64 -
YUV 236.95 85.71 125.9 -
System Red Green Blue C M Y K H S L
Decimal 234 253 162 0.08 0 0.36 0.01 72.53 0.96 0.81
Hex EA FD A2 8 0 24 1 49 60 51
Octal 352 375 242 10 0 44 1 111 140 121
Binary 11101010 11111101 10100010 1000 0 100100 1 1001001 1100000 1010001

Color Harmonies of #EAFDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFDA2

Black with #EAFDA2

Text Example


Text Example

White with #EAFDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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