Html Css Color HEX #F2FA9E Australian Mint

📋 copy color: '#F2FA9E'

red 242 ◦ green 250 ◦ blue 158

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

Shades of Australian Mint #F2FA9E

Tints of Australian Mint #F2FA9E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.46%

 BLUE value IS 158 (62.11% from 255) = 24.31%

R = 37.23%
G = 38.46%
B = 24.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F2FA9E (or 0xF2FA9E) is known color: Australian Mint. HEX triplet: F2, FA and 9E. RGB value is (242,250,158). Sum of RGB (Red+Green+Blue) = 242+250+158=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 158 (62.11% from 255 or 24.31% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FA9E is #0D0561. Grayscale: #EDEDED. Windows color (decimal): -853346 or 10418930. OLE color: 10418930.

HSL color Cylindrical-coordinate representation of color #F2FA9E: hue angle of 65.22º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2FA9E is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 158 -
CMYK 0.03 0 0.37 0.02
HSL 65.22º 0.9% 0.8% -
HSV(B) 65.22º 0.37% 0.98% -
XYZ 76.98 89.72 45.61 -
YUV 237.12 83.35 131.48 -
System Red Green Blue C M Y K H S L
Decimal 242 250 158 0.03 0 0.37 0.02 65.22 0.9 0.8
Hex F2 FA 9E 3 0 25 2 41 5A 50
Octal 362 372 236 3 0 45 2 101 132 120
Binary 11110010 11111010 10011110 11 0 100101 10 1000001 1011010 1010000

Color Harmonies of #F2FA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA9E

Black with #F2FA9E

Text Example


Text Example

White with #F2FA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA9E; }

 p { color: rgb(242,250,158); }

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

background-color css

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

 a { background-color: rgb(242,250,158); }

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

border-color css

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

 span { border-color: rgb(242,250,158); }

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