Html Css Color HEX #F2FEAA Australian Mint

📋 copy color: '#F2FEAA'

red 242 ◦ green 254 ◦ blue 170

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

Shades of Australian Mint #F2FEAA

Tints of Australian Mint #F2FEAA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.14%

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

R = 36.34%
G = 38.14%
B = 25.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#F2FEAA (or 0xF2FEAA) is known color: Australian Mint. HEX triplet: F2, FE and AA. RGB value is (242,254,170). Sum of RGB (Red+Green+Blue) = 242+254+170=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 170 (66.80% from 255 or 25.53% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FEAA is #0D0155. Grayscale: #F1F1F1. Windows color (decimal): -852310 or 11206386. OLE color: 11206386.

HSL color Cylindrical-coordinate representation of color #F2FEAA: hue angle of 68.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2FEAA is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 254 170 -
CMYK 0.05 0 0.33 0.00
HSL 68.57º 0.98% 0.83% -
HSV(B) 68.57º 0.33% 1% -
XYZ 79.32 92.66 51.74 -
YUV 240.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 242 254 170 0.05 0 0.33 0.00 68.57 0.98 0.83
Hex F2 FE AA 5 0 21 0 45 62 53
Octal 362 376 252 5 0 41 0 105 142 123
Binary 11110010 11111110 10101010 101 0 100001 0 1000101 1100010 1010011

Color Harmonies of #F2FEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEAA

Black with #F2FEAA

Text Example


Text Example

White with #F2FEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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