Html Css Color HEX #F0FFAE Australian Mint

📋 copy color: '#F0FFAE'

red 240 ◦ green 255 ◦ blue 174

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

Shades of Australian Mint #F0FFAE

Tints of Australian Mint #F0FFAE

RGB

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

 GREEN value IS 255 (100% from 255) = 38.12%

 BLUE value IS 174 (68.36% from 255) = 26.01%

R = 35.87%
G = 38.12%
B = 26.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#F0FFAE (or 0xF0FFAE) is known color: Australian Mint. HEX triplet: F0, FF and AE. RGB value is (240,255,174). Sum of RGB (Red+Green+Blue) = 240+255+174=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 174 (68.36% from 255 or 26.01% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FFAE is #0F0051. Grayscale: #F1F1F1. Windows color (decimal): -983122 or 11468784. OLE color: 11468784.

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

Color convert

RGB 240 255 174 -
CMYK 0.06 0 0.32 0
HSL 71.11º 1% 0.84% -
HSV(B) 71.11º 0.32% 1% -
XYZ 79.34 93.1 53.83 -
YUV 241.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 240 255 174 0.06 0 0.32 0 71.11 1 0.84
Hex F0 FF AE 6 0 20 0 47 64 54
Octal 360 377 256 6 0 40 0 107 144 124
Binary 11110000 11111111 10101110 110 0 100000 0 1000111 1100100 1010100

Color Harmonies of #F0FFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FFAE

Black with #F0FFAE

Text Example


Text Example

White with #F0FFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FFAE; }

 p { color: rgb(240,255,174); }

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

background-color css

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

 a { background-color: rgb(240,255,174); }

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

border-color css

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

 span { border-color: rgb(240,255,174); }

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