Html Css Color HEX #F2FFAF Australian Mint

📋 copy color: '#F2FFAF'

red 242 ◦ green 255 ◦ blue 175

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

Shades of Australian Mint #F2FFAF

Tints of Australian Mint #F2FFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.04%

R = 36.01%
G = 37.95%
B = 26.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#F2FFAF (or 0xF2FFAF) is known color: Australian Mint. HEX triplet: F2, FF and AF. RGB value is (242,255,175). Sum of RGB (Red+Green+Blue) = 242+255+175=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 175 (68.75% from 255 or 26.04% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FFAF is #0D0050. Grayscale: #F2F2F2. Windows color (decimal): -852049 or 11534322. OLE color: 11534322.

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

Color convert

RGB 242 255 175 -
CMYK 0.05 0 0.31 0
HSL 69.75º 1% 0.84% -
HSV(B) 69.75º 0.31% 1% -
XYZ 80.12 93.49 54.38 -
YUV 241.99 90.19 128 -
System Red Green Blue C M Y K H S L
Decimal 242 255 175 0.05 0 0.31 0 69.75 1 0.84
Hex F2 FF AF 5 0 1F 0 46 64 54
Octal 362 377 257 5 0 37 0 106 144 124
Binary 11110010 11111111 10101111 101 0 11111 0 1000110 1100100 1010100

Color Harmonies of #F2FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FFAF

Black with #F2FFAF

Text Example


Text Example

White with #F2FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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