#F2FEAF

Color #F2FEAF Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #F2FEAF

Tints of Australian Mint #F2FEAF

Color information

#F2FEAF (or 0xF2FEAF) is unknown color: approx Australian Mint. HEX triplet: F2, FE and AF. RGB value is (242,254,175). Sum of RGB (Red+Green+Blue) = 242+254+175=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 175 (68.75% from 255 or 26.08% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FEAF is #0D0150. Grayscale: #F1F1F1. Windows color (decimal): -852305 or 11534066. OLE color: 11534066.

HSL color Cylindrical-coordinate representation of color #F2FEAF: hue angle of 69.11º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2FEAF is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB242254175-
CMYK0.0500.310.00
HSL69.11º97.53%84.12%-
HSV(B)69.11º31.1%99.61%-
XYZ79.892.8654.27-
YUV241.4190.52128.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.07%
GREEN value IS 254 (99.61% from 255) = 37.85%
BLUE value IS 175 (68.75% from 255) = 26.08%
R=36.07%
G=37.85%
B=26.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422541750.0500.310.0069.1197.5384.12
HexF2FEAF501F0456254
Octal36237625750370105142124
Binary1111001011111110101011111010111110100010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEAF; }

 p { color: rgb(242,254,175); }

 H1.HeaderClassName
 {
   color: #F2FEAF;
 }
 .AnyTagClassName
 {
   color: #F2FEAF;
 }
</style>
background-color css

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

 a { background-color: rgb(242,254,175); }

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

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

 span { border-color: rgb(242,254,175); }

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