Html Css Color HEX #E2FFB0 Australian Mint

📋 copy color: '#E2FFB0'

red 226 ◦ green 255 ◦ blue 176

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

Shades of Australian Mint #E2FFB0

Tints of Australian Mint #E2FFB0

RGB

 RED value IS 226 (88.67% from 255) = 34.4%

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

 BLUE value IS 176 (69.14% from 255) = 26.79%

R = 34.4%
G = 38.81%
B = 26.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#E2FFB0 (or 0xE2FFB0) is known color: Australian Mint. HEX triplet: E2, FF and B0. RGB value is (226,255,176). Sum of RGB (Red+Green+Blue) = 226+255+176=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 176 (69.14% from 255 or 26.79% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FFB0 is #1D004F. Grayscale: #EDEDED. Windows color (decimal): -1900624 or 11599842. OLE color: 11599842.

HSL color Cylindrical-coordinate representation of color #E2FFB0: hue angle of 82.03º 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 #E2FFB0 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 226 255 176 -
CMYK 0.11 0 0.31 0
HSL 82.03º 1% 0.85% -
HSV(B) 82.03º 0.31% 1% -
XYZ 74.96 90.82 54.65 -
YUV 237.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 226 255 176 0.11 0 0.31 0 82.03 1 0.85
Hex E2 FF B0 B 0 1F 0 52 64 55
Octal 342 377 260 13 0 37 0 122 144 125
Binary 11100010 11111111 10110000 1011 0 11111 0 1010010 1100100 1010101

Color Harmonies of #E2FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FFB0

Black with #E2FFB0

Text Example


Text Example

White with #E2FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FFB0; }

 p { color: rgb(226,255,176); }

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

background-color css

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

 a { background-color: rgb(226,255,176); }

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

border-color css

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

 span { border-color: rgb(226,255,176); }

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