Html Css Color HEX #F2FF9E Australian Mint

📋 copy color: '#F2FF9E'

red 242 ◦ green 255 ◦ blue 158

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

Shades of Australian Mint #F2FF9E

Tints of Australian Mint #F2FF9E

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 value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#F2FF9E (or 0xF2FF9E) is known color: 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

RGB 242 255 158 -
CMYK 0.05 0 0.38 0
HSL 68.04º 1% 0.81% -
HSV(B) 68.04º 0.38% 1% -
XYZ 78.55 92.87 46.13 -
YUV 240.06 81.69 129.39 -
System Red Green Blue C M Y K H S L
Decimal 242 255 158 0.05 0 0.38 0 68.04 1 0.81
Hex F2 FF 9E 5 0 26 0 44 64 51
Octal 362 377 236 5 0 46 0 104 144 121
Binary 11110010 11111111 10011110 101 0 100110 0 1000100 1100100 1010001

Color Harmonies of #F2FF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF9E

Black with #F2FF9E

Text Example


Text Example

White with #F2FF9E

Text Example


Text Example

HTML Codes & Css Web 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>