Html Css Color HEX #F0FCA2 Australian Mint

📋 copy color: '#F0FCA2'

red 240 ◦ green 252 ◦ blue 162

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

Shades of Australian Mint #F0FCA2

Tints of Australian Mint #F0FCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 24.77%

R = 36.7%
G = 38.53%
B = 24.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#F0FCA2 (or 0xF0FCA2) is known color: Australian Mint. HEX triplet: F0, FC and A2. RGB value is (240,252,162). Sum of RGB (Red+Green+Blue) = 240+252+162=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 162 (63.67% from 255 or 24.77% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FCA2 is #0F035D. Grayscale: #EEEEEE. Windows color (decimal): -983902 or 10681584. OLE color: 10681584.

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

Color convert

RGB 240 252 162 -
CMYK 0.05 0 0.36 0.01
HSL 68º 0.94% 0.81% -
HSV(B) 68º 0.36% 0.99% -
XYZ 77.27 90.75 47.63 -
YUV 238.15 85.02 129.32 -
System Red Green Blue C M Y K H S L
Decimal 240 252 162 0.05 0 0.36 0.01 68 0.94 0.81
Hex F0 FC A2 5 0 24 1 44 5E 51
Octal 360 374 242 5 0 44 1 104 136 121
Binary 11110000 11111100 10100010 101 0 100100 1 1000100 1011110 1010001

Color Harmonies of #F0FCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FCA2

Black with #F0FCA2

Text Example


Text Example

White with #F0FCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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