Html Css Color HEX #EAFA9C Australian Mint

📋 copy color: '#EAFA9C'

red 234 ◦ green 250 ◦ blue 156

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

Shades of Australian Mint #EAFA9C

Tints of Australian Mint #EAFA9C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.06%

 BLUE value IS 156 (61.33% from 255) = 24.38%

R = 36.56%
G = 39.06%
B = 24.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#EAFA9C (or 0xEAFA9C) is known color: Australian Mint. HEX triplet: EA, FA and 9C. RGB value is (234,250,156). Sum of RGB (Red+Green+Blue) = 234+250+156=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 156 (61.33% from 255 or 24.38% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFA9C is #150563. Grayscale: #EAEAEA. Windows color (decimal): -1377636 or 10287850. OLE color: 10287850.

HSL color Cylindrical-coordinate representation of color #EAFA9C: hue angle of 70.21º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAFA9C is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 250 156 -
CMYK 0.06 0 0.38 0.02
HSL 70.21º 0.9% 0.8% -
HSV(B) 70.21º 0.38% 0.98% -
XYZ 74.12 88.26 44.58 -
YUV 234.5 83.7 127.64 -
System Red Green Blue C M Y K H S L
Decimal 234 250 156 0.06 0 0.38 0.02 70.21 0.9 0.8
Hex EA FA 9C 6 0 26 2 46 5A 50
Octal 352 372 234 6 0 46 2 106 132 120
Binary 11101010 11111010 10011100 110 0 100110 10 1000110 1011010 1010000

Color Harmonies of #EAFA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFA9C

Black with #EAFA9C

Text Example


Text Example

White with #EAFA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFA9C; }

 p { color: rgb(234,250,156); }

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

background-color css

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

 a { background-color: rgb(234,250,156); }

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

border-color css

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

 span { border-color: rgb(234,250,156); }

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