Html Css Color HEX #F2FFAE Australian Mint

📋 copy color: '#F2FFAE'

red 242 ◦ green 255 ◦ blue 174

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

Shades of Australian Mint #F2FFAE

Tints of Australian Mint #F2FFAE

RGB

 RED value IS 242 (94.92% from 255) = 36.07%

 GREEN value IS 255 (100% from 255) = 38%

 BLUE value IS 174 (68.36% from 255) = 25.93%

R = 36.07%
G = 38%
B = 25.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#F2FFAE (or 0xF2FFAE) is known color: Australian Mint. HEX triplet: F2, FF and AE. RGB value is (242,255,174). Sum of RGB (Red+Green+Blue) = 242+255+174=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 174 (68.36% from 255 or 25.93% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FFAE is #0D0051. Grayscale: #F2F2F2. Windows color (decimal): -852050 or 11468786. OLE color: 11468786.

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

Color convert

RGB 242 255 174 -
CMYK 0.05 0 0.32 0
HSL 69.63º 1% 0.84% -
HSV(B) 69.63º 0.32% 1% -
XYZ 80.02 93.45 53.87 -
YUV 241.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 242 255 174 0.05 0 0.32 0 69.63 1 0.84
Hex F2 FF AE 5 0 20 0 46 64 54
Octal 362 377 256 5 0 40 0 106 144 124
Binary 11110010 11111111 10101110 101 0 100000 0 1000110 1100100 1010100

Color Harmonies of #F2FFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FFAE

Black with #F2FFAE

Text Example


Text Example

White with #F2FFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FFAE; }

 p { color: rgb(242,255,174); }

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

background-color css

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

 a { background-color: rgb(242,255,174); }

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

border-color css

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

 span { border-color: rgb(242,255,174); }

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