Html Css Color HEX #F0FBA2 Australian Mint

📋 copy color: '#F0FBA2'

red 240 ◦ green 251 ◦ blue 162

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

Shades of Australian Mint #F0FBA2

Tints of Australian Mint #F0FBA2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.44%

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

R = 36.75%
G = 38.44%
B = 24.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F0FBA2 (or 0xF0FBA2) is known color: Australian Mint. HEX triplet: F0, FB and A2. RGB value is (240,251,162). Sum of RGB (Red+Green+Blue) = 240+251+162=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 162 (63.67% from 255 or 24.81% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FBA2 is #0F045D. Grayscale: #EDEDED. Windows color (decimal): -984158 or 10681328. OLE color: 10681328.

HSL color Cylindrical-coordinate representation of color #F0FBA2: hue angle of 67.42º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0FBA2 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 251 162 -
CMYK 0.04 0 0.35 0.02
HSL 67.42º 0.92% 0.81% -
HSV(B) 67.42º 0.35% 0.98% -
XYZ 76.95 90.13 47.52 -
YUV 237.57 85.36 129.74 -
System Red Green Blue C M Y K H S L
Decimal 240 251 162 0.04 0 0.35 0.02 67.42 0.92 0.81
Hex F0 FB A2 4 0 23 2 43 5C 51
Octal 360 373 242 4 0 43 2 103 134 121
Binary 11110000 11111011 10100010 100 0 100011 10 1000011 1011100 1010001

Color Harmonies of #F0FBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FBA2

Black with #F0FBA2

Text Example


Text Example

White with #F0FBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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