#F2FF9E

Color #F2FF9E Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #F2FF9E

Tints of Australian Mint #F2FF9E

Color information

#F2FF9E (or 0xF2FF9E) is unknown color: approx Australian Mint. HEX triplet: F2, FF and 9E. RGB value is (242,255,158). Sum of RGB (Red+Green+Blue) = 242+255+158=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 158 (62.11% from 255 or 24.12% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF9E is #0D0061. Grayscale: #F0F0F0. Windows color (decimal): -852066 or 10420210. OLE color: 10420210.

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

Color convert

RGB242255158-
CMYK0.0500.380
HSL68.04º100%80.98%-
HSV(B)68.04º38.04%100%-
XYZ78.5592.8746.13-
YUV240.0681.69129.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.95%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 158 (62.11% from 255) = 24.12%
R=36.95%
G=38.93%
B=24.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422551580.0500.38068.0410080.98
HexF2FF9E50260446451
Octal36237723650460104144121
Binary11110010111111111001111010101001100100010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FF9E; }

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

 H1.HeaderClassName
 {
   color: #F2FF9E;
 }
 .AnyTagClassName
 {
   color: #F2FF9E;
 }
</style>
background-color css

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

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

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

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

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

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