Html Css Color HEX #E6F2AA Australian Mint

📋 copy color: '#E6F2AA'

red 230 ◦ green 242 ◦ blue 170

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

Shades of Australian Mint #E6F2AA

Tints of Australian Mint #E6F2AA

RGB

 RED value IS 230 (90.23% from 255) = 35.83%

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

 BLUE value IS 170 (66.8% from 255) = 26.48%

R = 35.83%
G = 37.69%
B = 26.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#E6F2AA (or 0xE6F2AA) is known color: Australian Mint. HEX triplet: E6, F2 and AA. RGB value is (230,242,170). Sum of RGB (Red+Green+Blue) = 230+242+170=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F2AA is #190D55. Grayscale: #E6E6E6. Windows color (decimal): -1641814 or 11203302. OLE color: 11203302.

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

Color convert

RGB 230 242 170 -
CMYK 0.05 0 0.30 0.05
HSL 70º 0.73% 0.81% -
HSV(B) 70º 0.3% 0.95% -
XYZ 71.64 83.23 50.32 -
YUV 230.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 230 242 170 0.05 0 0.30 0.05 70 0.73 0.81
Hex E6 F2 AA 5 0 1E 5 46 49 51
Octal 346 362 252 5 0 36 5 106 111 121
Binary 11100110 11110010 10101010 101 0 11110 101 1000110 1001001 1010001

Color Harmonies of #E6F2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F2AA

Black with #E6F2AA

Text Example


Text Example

White with #E6F2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F2AA; }

 p { color: rgb(230,242,170); }

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

background-color css

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

 a { background-color: rgb(230,242,170); }

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

border-color css

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

 span { border-color: rgb(230,242,170); }

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