Html Css Color HEX #F0FCAF Australian Mint

📋 copy color: '#F0FCAF'

red 240 ◦ green 252 ◦ blue 175

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

Shades of Australian Mint #F0FCAF

Tints of Australian Mint #F0FCAF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.78%

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

R = 35.98%
G = 37.78%
B = 26.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#F0FCAF (or 0xF0FCAF) is known color: Australian Mint. HEX triplet: F0, FC and AF. RGB value is (240,252,175). Sum of RGB (Red+Green+Blue) = 240+252+175=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FCAF is #0F0350. Grayscale: #EFEFEF. Windows color (decimal): -983889 or 11533552. OLE color: 11533552.

HSL color Cylindrical-coordinate representation of color #F0FCAF: hue angle of 69.35º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0FCAF is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 252 175 -
CMYK 0.05 0 0.31 0.01
HSL 69.35º 0.93% 0.84% -
HSV(B) 69.35º 0.31% 0.99% -
XYZ 78.48 91.24 54.03 -
YUV 239.63 91.52 128.26 -
System Red Green Blue C M Y K H S L
Decimal 240 252 175 0.05 0 0.31 0.01 69.35 0.93 0.84
Hex F0 FC AF 5 0 1F 1 45 5D 54
Octal 360 374 257 5 0 37 1 105 135 124
Binary 11110000 11111100 10101111 101 0 11111 1 1000101 1011101 1010100

Color Harmonies of #F0FCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FCAF

Black with #F0FCAF

Text Example


Text Example

White with #F0FCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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