Html Css Color HEX #EAF5AB Australian Mint

📋 copy color: '#EAF5AB'

red 234 ◦ green 245 ◦ blue 171

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

Shades of Australian Mint #EAF5AB

Tints of Australian Mint #EAF5AB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.69%

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

R = 36%
G = 37.69%
B = 26.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#EAF5AB (or 0xEAF5AB) is known color: Australian Mint. HEX triplet: EA, F5 and AB. RGB value is (234,245,171). Sum of RGB (Red+Green+Blue) = 234+245+171=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF5AB is #150A54. Grayscale: #E9E9E9. Windows color (decimal): -1378901 or 11269610. OLE color: 11269610.

HSL color Cylindrical-coordinate representation of color #EAF5AB: hue angle of 68.92º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAF5AB is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 245 171 -
CMYK 0.04 0 0.30 0.04
HSL 68.92º 0.79% 0.82% -
HSV(B) 68.92º 0.3% 0.96% -
XYZ 73.93 85.74 51.18 -
YUV 233.28 92.86 128.52 -
System Red Green Blue C M Y K H S L
Decimal 234 245 171 0.04 0 0.30 0.04 68.92 0.79 0.82
Hex EA F5 AB 4 0 1E 4 45 4F 52
Octal 352 365 253 4 0 36 4 105 117 122
Binary 11101010 11110101 10101011 100 0 11110 100 1000101 1001111 1010010

Color Harmonies of #EAF5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF5AB

Black with #EAF5AB

Text Example


Text Example

White with #EAF5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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