Html Css Color HEX #F0FCB0 Australian Mint

📋 copy color: '#F0FCB0'

red 240 ◦ green 252 ◦ blue 176

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

Shades of Australian Mint #F0FCB0

Tints of Australian Mint #F0FCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.35%

R = 35.93%
G = 37.72%
B = 26.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#F0FCB0 (or 0xF0FCB0) is known color: Australian Mint. HEX triplet: F0, FC and B0. RGB value is (240,252,176). Sum of RGB (Red+Green+Blue) = 240+252+176=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 176 (69.14% from 255 or 26.35% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FCB0 is #0F034F. Grayscale: #F0F0F0. Windows color (decimal): -983888 or 11599088. OLE color: 11599088.

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

Color convert

RGB 240 252 176 -
CMYK 0.05 0 0.30 0.01
HSL 69.47º 0.93% 0.84% -
HSV(B) 69.47º 0.3% 0.99% -
XYZ 78.58 91.28 54.55 -
YUV 239.75 92.02 128.18 -
System Red Green Blue C M Y K H S L
Decimal 240 252 176 0.05 0 0.30 0.01 69.47 0.93 0.84
Hex F0 FC B0 5 0 1E 1 45 5D 54
Octal 360 374 260 5 0 36 1 105 135 124
Binary 11110000 11111100 10110000 101 0 11110 1 1000101 1011101 1010100

Color Harmonies of #F0FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FCB0

Black with #F0FCB0

Text Example


Text Example

White with #F0FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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