Html Css Color HEX #F0FEA1 Australian Mint

📋 copy color: '#F0FEA1'

red 240 ◦ green 254 ◦ blue 161

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

Shades of Australian Mint #F0FEA1

Tints of Australian Mint #F0FEA1

RGB

 RED value IS 240 (94.14% from 255) = 36.64%

 GREEN value IS 254 (99.61% from 255) = 38.78%

 BLUE value IS 161 (63.28% from 255) = 24.58%

R = 36.64%
G = 38.78%
B = 24.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#F0FEA1 (or 0xF0FEA1) is known color: Australian Mint. HEX triplet: F0, FE and A1. RGB value is (240,254,161). Sum of RGB (Red+Green+Blue) = 240+254+161=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 161 (63.28% from 255 or 24.58% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FEA1 is #0F015E. Grayscale: #EFEFEF. Windows color (decimal): -983391 or 10616560. OLE color: 10616560.

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

Color convert

RGB 240 254 161 -
CMYK 0.06 0 0.37 0.00
HSL 69.03º 0.98% 0.81% -
HSV(B) 69.03º 0.37% 1% -
XYZ 77.81 91.98 47.37 -
YUV 239.21 83.86 128.56 -
System Red Green Blue C M Y K H S L
Decimal 240 254 161 0.06 0 0.37 0.00 69.03 0.98 0.81
Hex F0 FE A1 6 0 25 0 45 62 51
Octal 360 376 241 6 0 45 0 105 142 121
Binary 11110000 11111110 10100001 110 0 100101 0 1000101 1100010 1010001

Color Harmonies of #F0FEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FEA1

Black with #F0FEA1

Text Example


Text Example

White with #F0FEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FEA1; }

 p { color: rgb(240,254,161); }

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

background-color css

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

 a { background-color: rgb(240,254,161); }

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

border-color css

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

 span { border-color: rgb(240,254,161); }

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