Html Css Color HEX #F6FFA5 Australian Mint

📋 copy color: '#F6FFA5'

red 246 ◦ green 255 ◦ blue 165

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

Shades of Australian Mint #F6FFA5

Tints of Australian Mint #F6FFA5

RGB

 RED value IS 246 (96.48% from 255) = 36.94%

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

 BLUE value IS 165 (64.84% from 255) = 24.77%

R = 36.94%
G = 38.29%
B = 24.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#F6FFA5 (or 0xF6FFA5) is known color: Australian Mint. HEX triplet: F6, FF and A5. RGB value is (246,255,165). Sum of RGB (Red+Green+Blue) = 246+255+165=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 165 (64.84% from 255 or 24.77% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FFA5 is #09005A. Grayscale: #F2F2F2. Windows color (decimal): -589915 or 10878966. OLE color: 10878966.

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

Color convert

RGB 246 255 165 -
CMYK 0.04 0 0.35 0
HSL 66º 1% 0.82% -
HSV(B) 66º 0.35% 1% -
XYZ 80.56 93.83 49.46 -
YUV 242.05 84.52 130.82 -
System Red Green Blue C M Y K H S L
Decimal 246 255 165 0.04 0 0.35 0 66 1 0.82
Hex F6 FF A5 4 0 23 0 42 64 52
Octal 366 377 245 4 0 43 0 102 144 122
Binary 11110110 11111111 10100101 100 0 100011 0 1000010 1100100 1010010

Color Harmonies of #F6FFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FFA5

Black with #F6FFA5

Text Example


Text Example

White with #F6FFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FFA5; }

 p { color: rgb(246,255,165); }

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

background-color css

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

 a { background-color: rgb(246,255,165); }

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

border-color css

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

 span { border-color: rgb(246,255,165); }

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