Html Css Color HEX #EAFDA8 Australian Mint

📋 copy color: '#EAFDA8'

red 234 ◦ green 253 ◦ blue 168

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

Shades of Australian Mint #EAFDA8

Tints of Australian Mint #EAFDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25.65%

R = 35.73%
G = 38.63%
B = 25.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#EAFDA8 (or 0xEAFDA8) is known color: Australian Mint. HEX triplet: EA, FD and A8. RGB value is (234,253,168). Sum of RGB (Red+Green+Blue) = 234+253+168=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 168 (66.02% from 255 or 25.65% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFDA8 is #150257. Grayscale: #EDEDED. Windows color (decimal): -1376856 or 11075050. OLE color: 11075050.

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

Color convert

RGB 234 253 168 -
CMYK 0.08 0 0.34 0.01
HSL 73.41º 0.96% 0.83% -
HSV(B) 73.41º 0.34% 0.99% -
XYZ 76.12 90.57 50.52 -
YUV 237.63 88.71 125.41 -
System Red Green Blue C M Y K H S L
Decimal 234 253 168 0.08 0 0.34 0.01 73.41 0.96 0.83
Hex EA FD A8 8 0 22 1 49 60 53
Octal 352 375 250 10 0 42 1 111 140 123
Binary 11101010 11111101 10101000 1000 0 100010 1 1001001 1100000 1010011

Color Harmonies of #EAFDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFDA8

Black with #EAFDA8

Text Example


Text Example

White with #EAFDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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