Html Css Color HEX #F0FEA4 Australian Mint

📋 copy color: '#F0FEA4'

red 240 ◦ green 254 ◦ blue 164

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

Shades of Australian Mint #F0FEA4

Tints of Australian Mint #F0FEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 24.92%

R = 36.47%
G = 38.6%
B = 24.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#F0FEA4 (or 0xF0FEA4) is known color: Australian Mint. HEX triplet: F0, FE and A4. RGB value is (240,254,164). Sum of RGB (Red+Green+Blue) = 240+254+164=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 164 (64.45% from 255 or 24.92% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FEA4 is #0F015B. Grayscale: #EFEFEF. Windows color (decimal): -983388 or 10813168. OLE color: 10813168.

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

Color convert

RGB 240 254 164 -
CMYK 0.06 0 0.35 0.00
HSL 69.33º 0.98% 0.82% -
HSV(B) 69.33º 0.35% 1% -
XYZ 78.08 92.09 48.78 -
YUV 239.55 85.36 128.32 -
System Red Green Blue C M Y K H S L
Decimal 240 254 164 0.06 0 0.35 0.00 69.33 0.98 0.82
Hex F0 FE A4 6 0 23 0 45 62 52
Octal 360 376 244 6 0 43 0 105 142 122
Binary 11110000 11111110 10100100 110 0 100011 0 1000101 1100010 1010010

Color Harmonies of #F0FEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FEA4

Black with #F0FEA4

Text Example


Text Example

White with #F0FEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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