Html Css Color HEX #F2F5AA Australian Mint

📋 copy color: '#F2F5AA'

red 242 ◦ green 245 ◦ blue 170

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

Shades of Australian Mint #F2F5AA

Tints of Australian Mint #F2F5AA

RGB

 RED value IS 242 (94.92% from 255) = 36.83%

 GREEN value IS 245 (96.09% from 255) = 37.29%

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

R = 36.83%
G = 37.29%
B = 25.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F2F5AA (or 0xF2F5AA) is known color: Australian Mint. HEX triplet: F2, F5 and AA. RGB value is (242,245,170). Sum of RGB (Red+Green+Blue) = 242+245+170=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 170 (66.80% from 255 or 25.88% from 657); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F5AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F5AA is #0D0A55. Grayscale: #EBEBEB. Windows color (decimal): -854614 or 11204082. OLE color: 11204082.

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

Color convert

RGB 242 245 170 -
CMYK 0.01 0 0.31 0.04
HSL 62.4º 0.79% 0.81% -
HSV(B) 62.4º 0.31% 0.96% -
XYZ 76.53 87.08 50.81 -
YUV 235.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 242 245 170 0.01 0 0.31 0.04 62.4 0.79 0.81
Hex F2 F5 AA 1 0 1F 4 3E 4F 51
Octal 362 365 252 1 0 37 4 76 117 121
Binary 11110010 11110101 10101010 1 0 11111 100 111110 1001111 1010001

Color Harmonies of #F2F5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F5AA

Black with #F2F5AA

Text Example


Text Example

White with #F2F5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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