Html Css Color HEX #EAFFB1 Australian Mint

📋 copy color: '#EAFFB1'

red 234 ◦ green 255 ◦ blue 177

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

Shades of Australian Mint #EAFFB1

Tints of Australian Mint #EAFFB1

RGB

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

 GREEN value IS 255 (100% from 255) = 38.29%

 BLUE value IS 177 (69.53% from 255) = 26.58%

R = 35.14%
G = 38.29%
B = 26.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#EAFFB1 (or 0xEAFFB1) is known color: Australian Mint. HEX triplet: EA, FF and B1. RGB value is (234,255,177). Sum of RGB (Red+Green+Blue) = 234+255+177=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 177 (69.53% from 255 or 26.58% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFFB1 is #15004E. Grayscale: #F0F0F0. Windows color (decimal): -1376335 or 11665386. OLE color: 11665386.

HSL color Cylindrical-coordinate representation of color #EAFFB1: hue angle of 76.15º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAFFB1 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 234 255 177 -
CMYK 0.08 0 0.31 0
HSL 76.15º 1% 0.85% -
HSV(B) 76.15º 0.31% 1% -
XYZ 77.63 92.19 55.3 -
YUV 239.83 92.54 123.84 -
System Red Green Blue C M Y K H S L
Decimal 234 255 177 0.08 0 0.31 0 76.15 1 0.85
Hex EA FF B1 8 0 1F 0 4C 64 55
Octal 352 377 261 10 0 37 0 114 144 125
Binary 11101010 11111111 10110001 1000 0 11111 0 1001100 1100100 1010101

Color Harmonies of #EAFFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFFB1

Black with #EAFFB1

Text Example


Text Example

White with #EAFFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFFB1; }

 p { color: rgb(234,255,177); }

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

background-color css

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

 a { background-color: rgb(234,255,177); }

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

border-color css

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

 span { border-color: rgb(234,255,177); }

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