Html Css Color HEX #E2FFAF Australian Mint

📋 copy color: '#E2FFAF'

red 226 ◦ green 255 ◦ blue 175

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

Shades of Australian Mint #E2FFAF

Tints of Australian Mint #E2FFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.68%

R = 34.45%
G = 38.87%
B = 26.68%

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

#E2FFAF (or 0xE2FFAF) is known color: Australian Mint. HEX triplet: E2, FF and AF. RGB value is (226,255,175). Sum of RGB (Red+Green+Blue) = 226+255+175=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 175 (68.75% from 255 or 26.68% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FFAF is #1D0050. Grayscale: #EDEDED. Windows color (decimal): -1900625 or 11534306. OLE color: 11534306.

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

Color convert

RGB 226 255 175 -
CMYK 0.11 0 0.31 0
HSL 81.75º 1% 0.84% -
HSV(B) 81.75º 0.31% 1% -
XYZ 74.86 90.78 54.13 -
YUV 237.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 226 255 175 0.11 0 0.31 0 81.75 1 0.84
Hex E2 FF AF B 0 1F 0 52 64 54
Octal 342 377 257 13 0 37 0 122 144 124
Binary 11100010 11111111 10101111 1011 0 11111 0 1010010 1100100 1010100

Color Harmonies of #E2FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FFAF

Black with #E2FFAF

Text Example


Text Example

White with #E2FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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