Html Css Color HEX #EAFE9D Australian Mint

📋 copy color: '#EAFE9D'

red 234 ◦ green 254 ◦ blue 157

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

Shades of Australian Mint #EAFE9D

Tints of Australian Mint #EAFE9D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.38%

 BLUE value IS 157 (61.72% from 255) = 24.34%

R = 36.28%
G = 39.38%
B = 24.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#EAFE9D (or 0xEAFE9D) is known color: Australian Mint. HEX triplet: EA, FE and 9D. RGB value is (234,254,157). Sum of RGB (Red+Green+Blue) = 234+254+157=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 157 (61.72% from 255 or 24.34% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE9D is #150162. Grayscale: #EDEDED. Windows color (decimal): -1376611 or 10354410. OLE color: 10354410.

HSL color Cylindrical-coordinate representation of color #EAFE9D: hue angle of 72.37º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAFE9D is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 254 157 -
CMYK 0.08 0 0.38 0.00
HSL 72.37º 0.98% 0.81% -
HSV(B) 72.37º 0.38% 1% -
XYZ 75.46 90.81 45.45 -
YUV 236.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 234 254 157 0.08 0 0.38 0.00 72.37 0.98 0.81
Hex EA FE 9D 8 0 26 0 48 62 51
Octal 352 376 235 10 0 46 0 110 142 121
Binary 11101010 11111110 10011101 1000 0 100110 0 1001000 1100010 1010001

Color Harmonies of #EAFE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE9D

Black with #EAFE9D

Text Example


Text Example

White with #EAFE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE9D; }

 p { color: rgb(234,254,157); }

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

background-color css

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

 a { background-color: rgb(234,254,157); }

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

border-color css

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

 span { border-color: rgb(234,254,157); }

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