Html Css Color HEX #F0F6AA Australian Mint

📋 copy color: '#F0F6AA'

red 240 ◦ green 246 ◦ blue 170

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

Shades of Australian Mint #F0F6AA

Tints of Australian Mint #F0F6AA

RGB

 RED value IS 240 (94.14% from 255) = 36.59%

 GREEN value IS 246 (96.48% from 255) = 37.5%

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

R = 36.59%
G = 37.5%
B = 25.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F0F6AA (or 0xF0F6AA) is known color: Australian Mint. HEX triplet: F0, F6 and AA. RGB value is (240,246,170). Sum of RGB (Red+Green+Blue) = 240+246+170=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F6AA is #0F0955. Grayscale: #EBEBEB. Windows color (decimal): -985430 or 11204336. OLE color: 11204336.

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

Color convert

RGB 240 246 170 -
CMYK 0.02 0 0.31 0.04
HSL 64.74º 0.81% 0.82% -
HSV(B) 64.74º 0.31% 0.96% -
XYZ 76.15 87.34 50.87 -
YUV 235.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 240 246 170 0.02 0 0.31 0.04 64.74 0.81 0.82
Hex F0 F6 AA 2 0 1F 4 41 51 52
Octal 360 366 252 2 0 37 4 101 121 122
Binary 11110000 11110110 10101010 10 0 11111 100 1000001 1010001 1010010

Color Harmonies of #F0F6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F6AA

Black with #F0F6AA

Text Example


Text Example

White with #F0F6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F6AA; }

 p { color: rgb(240,246,170); }

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

background-color css

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

 a { background-color: rgb(240,246,170); }

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

border-color css

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

 span { border-color: rgb(240,246,170); }

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