Html Css Color HEX #F2FCAA Australian Mint

📋 copy color: '#F2FCAA'

red 242 ◦ green 252 ◦ blue 170

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

Shades of Australian Mint #F2FCAA

Tints of Australian Mint #F2FCAA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.95%

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

R = 36.45%
G = 37.95%
B = 25.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#F2FCAA (or 0xF2FCAA) is known color: Australian Mint. HEX triplet: F2, FC and AA. RGB value is (242,252,170). Sum of RGB (Red+Green+Blue) = 242+252+170=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 170 (66.80% from 255 or 25.60% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FCAA is #0D0355. Grayscale: #EFEFEF. Windows color (decimal): -852822 or 11205874. OLE color: 11205874.

HSL color Cylindrical-coordinate representation of color #F2FCAA: hue angle of 67.32º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2FCAA is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 170 -
CMYK 0.04 0 0.33 0.01
HSL 67.32º 0.93% 0.83% -
HSV(B) 67.32º 0.33% 0.99% -
XYZ 78.68 91.4 51.53 -
YUV 239.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 242 252 170 0.04 0 0.33 0.01 67.32 0.93 0.83
Hex F2 FC AA 4 0 21 1 43 5D 53
Octal 362 374 252 4 0 41 1 103 135 123
Binary 11110010 11111100 10101010 100 0 100001 1 1000011 1011101 1010011

Color Harmonies of #F2FCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCAA

Black with #F2FCAA

Text Example


Text Example

White with #F2FCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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