Html Css Color HEX #EAF0AB Australian Mint

📋 copy color: '#EAF0AB'

red 234 ◦ green 240 ◦ blue 171

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

Shades of Australian Mint #EAF0AB

Tints of Australian Mint #EAF0AB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.21%

 BLUE value IS 171 (67.19% from 255) = 26.51%

R = 36.28%
G = 37.21%
B = 26.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EAF0AB (or 0xEAF0AB) is known color: Australian Mint. HEX triplet: EA, F0 and AB. RGB value is (234,240,171). Sum of RGB (Red+Green+Blue) = 234+240+171=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF0AB is #150F54. Grayscale: #E6E6E6. Windows color (decimal): -1380181 or 11268330. OLE color: 11268330.

HSL color Cylindrical-coordinate representation of color #EAF0AB: hue angle of 65.22º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAF0AB is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 240 171 -
CMYK 0.02 0 0.29 0.06
HSL 65.22º 0.7% 0.81% -
HSV(B) 65.22º 0.29% 0.94% -
XYZ 72.44 82.75 50.68 -
YUV 230.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 234 240 171 0.02 0 0.29 0.06 65.22 0.7 0.81
Hex EA F0 AB 2 0 1D 6 41 46 51
Octal 352 360 253 2 0 35 6 101 106 121
Binary 11101010 11110000 10101011 10 0 11101 110 1000001 1000110 1010001

Color Harmonies of #EAF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF0AB

Black with #EAF0AB

Text Example


Text Example

White with #EAF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF0AB; }

 p { color: rgb(234,240,171); }

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

background-color css

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

 a { background-color: rgb(234,240,171); }

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

border-color css

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

 span { border-color: rgb(234,240,171); }

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