Html Css Color HEX #F0FDAF Australian Mint

📋 copy color: '#F0FDAF'

red 240 ◦ green 253 ◦ blue 175

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

Shades of Australian Mint #F0FDAF

Tints of Australian Mint #F0FDAF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.87%

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

R = 35.93%
G = 37.87%
B = 26.2%

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

#F0FDAF (or 0xF0FDAF) is known color: Australian Mint. HEX triplet: F0, FD and AF. RGB value is (240,253,175). Sum of RGB (Red+Green+Blue) = 240+253+175=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FDAF is #0F0250. Grayscale: #F0F0F0. Windows color (decimal): -983633 or 11533808. OLE color: 11533808.

HSL color Cylindrical-coordinate representation of color #F0FDAF: hue angle of 70º degrees, saturation: 0.95, 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 #F0FDAF is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 253 175 -
CMYK 0.05 0 0.31 0.01
HSL 70º 0.95% 0.84% -
HSV(B) 70º 0.31% 0.99% -
XYZ 78.8 91.87 54.14 -
YUV 240.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 240 253 175 0.05 0 0.31 0.01 70 0.95 0.84
Hex F0 FD AF 5 0 1F 1 46 5F 54
Octal 360 375 257 5 0 37 1 106 137 124
Binary 11110000 11111101 10101111 101 0 11111 1 1000110 1011111 1010100

Color Harmonies of #F0FDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FDAF

Black with #F0FDAF

Text Example


Text Example

White with #F0FDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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