Html Css Color HEX #EAF2AB Australian Mint

📋 copy color: '#EAF2AB'

red 234 ◦ green 242 ◦ blue 171

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

Shades of Australian Mint #EAF2AB

Tints of Australian Mint #EAF2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.4%

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

R = 36.17%
G = 37.4%
B = 26.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#EAF2AB (or 0xEAF2AB) is known color: Australian Mint. HEX triplet: EA, F2 and AB. RGB value is (234,242,171). Sum of RGB (Red+Green+Blue) = 234+242+171=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF2AB is #150D54. Grayscale: #E7E7E7. Windows color (decimal): -1379669 or 11268842. OLE color: 11268842.

HSL color Cylindrical-coordinate representation of color #EAF2AB: hue angle of 66.76º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAF2AB is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 171 -
CMYK 0.03 0 0.29 0.05
HSL 66.76º 0.73% 0.81% -
HSV(B) 66.76º 0.29% 0.95% -
XYZ 73.03 83.94 50.88 -
YUV 231.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 234 242 171 0.03 0 0.29 0.05 66.76 0.73 0.81
Hex EA F2 AB 3 0 1D 5 43 49 51
Octal 352 362 253 3 0 35 5 103 111 121
Binary 11101010 11110010 10101011 11 0 11101 101 1000011 1001001 1010001

Color Harmonies of #EAF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF2AB

Black with #EAF2AB

Text Example


Text Example

White with #EAF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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