Html Css Color HEX #F0F5AF Australian Mint

📋 copy color: '#F0F5AF'

red 240 ◦ green 245 ◦ blue 175

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

Shades of Australian Mint #F0F5AF

Tints of Australian Mint #F0F5AF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.12%

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

R = 36.36%
G = 37.12%
B = 26.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F0F5AF (or 0xF0F5AF) is known color: Australian Mint. HEX triplet: F0, F5 and AF. RGB value is (240,245,175). Sum of RGB (Red+Green+Blue) = 240+245+175=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 175 (68.75% from 255 or 26.52% from 660); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F5AF is #0F0A50. Grayscale: #EBEBEB. Windows color (decimal): -985681 or 11531760. OLE color: 11531760.

HSL color Cylindrical-coordinate representation of color #F0F5AF: hue angle of 64.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0F5AF is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 245 175 -
CMYK 0.02 0 0.29 0.04
HSL 64.29º 0.78% 0.82% -
HSV(B) 64.29º 0.29% 0.96% -
XYZ 76.33 86.93 53.31 -
YUV 235.53 93.84 131.19 -
System Red Green Blue C M Y K H S L
Decimal 240 245 175 0.02 0 0.29 0.04 64.29 0.78 0.82
Hex F0 F5 AF 2 0 1D 4 40 4E 52
Octal 360 365 257 2 0 35 4 100 116 122
Binary 11110000 11110101 10101111 10 0 11101 100 1000000 1001110 1010010

Color Harmonies of #F0F5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F5AF

Black with #F0F5AF

Text Example


Text Example

White with #F0F5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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