Html Css Color HEX #E6F3A2 Australian Mint

📋 copy color: '#E6F3A2'

red 230 ◦ green 243 ◦ blue 162

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

Shades of Australian Mint #E6F3A2

Tints of Australian Mint #E6F3A2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.27%

 BLUE value IS 162 (63.67% from 255) = 25.51%

R = 36.22%
G = 38.27%
B = 25.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#E6F3A2 (or 0xE6F3A2) is known color: Australian Mint. HEX triplet: E6, F3 and A2. RGB value is (230,243,162). Sum of RGB (Red+Green+Blue) = 230+243+162=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F3A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F3A2 is #190C5D. Grayscale: #E6E6E6. Windows color (decimal): -1641566 or 10679270. OLE color: 10679270.

HSL color Cylindrical-coordinate representation of color #E6F3A2: hue angle of 69.63º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6F3A2 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 243 162 -
CMYK 0.05 0 0.33 0.05
HSL 69.63º 0.77% 0.79% -
HSV(B) 69.63º 0.33% 0.95% -
XYZ 71.21 83.53 46.55 -
YUV 229.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 230 243 162 0.05 0 0.33 0.05 69.63 0.77 0.79
Hex E6 F3 A2 5 0 21 5 46 4D 4F
Octal 346 363 242 5 0 41 5 106 115 117
Binary 11100110 11110011 10100010 101 0 100001 101 1000110 1001101 1001111

Color Harmonies of #E6F3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F3A2

Black with #E6F3A2

Text Example


Text Example

White with #E6F3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F3A2; }

 p { color: rgb(230,243,162); }

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

background-color css

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

 a { background-color: rgb(230,243,162); }

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

border-color css

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

 span { border-color: rgb(230,243,162); }

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