Html Css Color HEX #F2FFAC Australian Mint

📋 copy color: '#F2FFAC'

red 242 ◦ green 255 ◦ blue 172

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

Shades of Australian Mint #F2FFAC

Tints of Australian Mint #F2FFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 25.71%

R = 36.17%
G = 38.12%
B = 25.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#F2FFAC (or 0xF2FFAC) is known color: Australian Mint. HEX triplet: F2, FF and AC. RGB value is (242,255,172). Sum of RGB (Red+Green+Blue) = 242+255+172=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 172 (67.58% from 255 or 25.71% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FFAC is #0D0053. Grayscale: #F1F1F1. Windows color (decimal): -852052 or 11337714. OLE color: 11337714.

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

Color convert

RGB 242 255 172 -
CMYK 0.05 0 0.33 0
HSL 69.4º 1% 0.84% -
HSV(B) 69.4º 0.33% 1% -
XYZ 79.82 93.38 52.85 -
YUV 241.65 88.69 128.25 -
System Red Green Blue C M Y K H S L
Decimal 242 255 172 0.05 0 0.33 0 69.4 1 0.84
Hex F2 FF AC 5 0 21 0 45 64 54
Octal 362 377 254 5 0 41 0 105 144 124
Binary 11110010 11111111 10101100 101 0 100001 0 1000101 1100100 1010100

Color Harmonies of #F2FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FFAC

Black with #F2FFAC

Text Example


Text Example

White with #F2FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FFAC; }

 p { color: rgb(242,255,172); }

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

background-color css

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

 a { background-color: rgb(242,255,172); }

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

border-color css

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

 span { border-color: rgb(242,255,172); }

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