Html Css Color HEX #F2FFA7 Australian Mint

📋 copy color: '#F2FFA7'

red 242 ◦ green 255 ◦ blue 167

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

Shades of Australian Mint #F2FFA7

Tints of Australian Mint #F2FFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 25.15%

R = 36.45%
G = 38.4%
B = 25.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#F2FFA7 (or 0xF2FFA7) is known color: Australian Mint. HEX triplet: F2, FF and A7. RGB value is (242,255,167). Sum of RGB (Red+Green+Blue) = 242+255+167=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 167 (65.62% from 255 or 25.15% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FFA7 is #0D0058. Grayscale: #F1F1F1. Windows color (decimal): -852057 or 11010034. OLE color: 11010034.

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

Color convert

RGB 242 255 167 -
CMYK 0.05 0 0.35 0
HSL 68.86º 1% 0.83% -
HSV(B) 68.86º 0.35% 1% -
XYZ 79.35 93.19 50.36 -
YUV 241.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 242 255 167 0.05 0 0.35 0 68.86 1 0.83
Hex F2 FF A7 5 0 23 0 45 64 53
Octal 362 377 247 5 0 43 0 105 144 123
Binary 11110010 11111111 10100111 101 0 100011 0 1000101 1100100 1010011

Color Harmonies of #F2FFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FFA7

Black with #F2FFA7

Text Example


Text Example

White with #F2FFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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