Html Css Color HEX #F0FEAF Australian Mint

📋 copy color: '#F0FEAF'

red 240 ◦ green 254 ◦ blue 175

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

Shades of Australian Mint #F0FEAF

Tints of Australian Mint #F0FEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.16%

R = 35.87%
G = 37.97%
B = 26.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#F0FEAF (or 0xF0FEAF) is known color: Australian Mint. HEX triplet: F0, FE and AF. RGB value is (240,254,175). Sum of RGB (Red+Green+Blue) = 240+254+175=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 175 (68.75% from 255 or 26.16% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FEAF is #0F0150. Grayscale: #F1F1F1. Windows color (decimal): -983377 or 11534064. OLE color: 11534064.

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

Color convert

RGB 240 254 175 -
CMYK 0.06 0 0.31 0.00
HSL 70.63º 0.98% 0.84% -
HSV(B) 70.63º 0.31% 1% -
XYZ 79.11 92.5 54.24 -
YUV 240.81 90.86 127.42 -
System Red Green Blue C M Y K H S L
Decimal 240 254 175 0.06 0 0.31 0.00 70.63 0.98 0.84
Hex F0 FE AF 6 0 1F 0 47 62 54
Octal 360 376 257 6 0 37 0 107 142 124
Binary 11110000 11111110 10101111 110 0 11111 0 1000111 1100010 1010100

Color Harmonies of #F0FEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FEAF

Black with #F0FEAF

Text Example


Text Example

White with #F0FEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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