Html Css Color HEX #EAF9A8 Australian Mint

📋 copy color: '#EAF9A8'

red 234 ◦ green 249 ◦ blue 168

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

Shades of Australian Mint #EAF9A8

Tints of Australian Mint #EAF9A8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.25%

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

R = 35.94%
G = 38.25%
B = 25.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#EAF9A8 (or 0xEAF9A8) is known color: Australian Mint. HEX triplet: EA, F9 and A8. RGB value is (234,249,168). Sum of RGB (Red+Green+Blue) = 234+249+168=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 249 (97.66% from 255 or 38.25% from 651); Blue value is 168 (66.02% from 255 or 25.81% from 651); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF9A8 is #150657. Grayscale: #EBEBEB. Windows color (decimal): -1377880 or 11074026. OLE color: 11074026.

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

Color convert

RGB 234 249 168 -
CMYK 0.06 0 0.33 0.02
HSL 71.11º 0.87% 0.82% -
HSV(B) 71.11º 0.33% 0.98% -
XYZ 74.88 88.07 50.1 -
YUV 235.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 234 249 168 0.06 0 0.33 0.02 71.11 0.87 0.82
Hex EA F9 A8 6 0 21 2 47 57 52
Octal 352 371 250 6 0 41 2 107 127 122
Binary 11101010 11111001 10101000 110 0 100001 10 1000111 1010111 1010010

Color Harmonies of #EAF9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF9A8

Black with #EAF9A8

Text Example


Text Example

White with #EAF9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF9A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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