Html Css Color HEX #F2FD9C Australian Mint

📋 copy color: '#F2FD9C'

red 242 ◦ green 253 ◦ blue 156

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

Shades of Australian Mint #F2FD9C

Tints of Australian Mint #F2FD9C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.86%

 BLUE value IS 156 (61.33% from 255) = 23.96%

R = 37.17%
G = 38.86%
B = 23.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#F2FD9C (or 0xF2FD9C) is known color: Australian Mint. HEX triplet: F2, FD and 9C. RGB value is (242,253,156). Sum of RGB (Red+Green+Blue) = 242+253+156=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 156 (61.33% from 255 or 23.96% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FD9C is #0D0263. Grayscale: #EFEFEF. Windows color (decimal): -852580 or 10288626. OLE color: 10288626.

HSL color Cylindrical-coordinate representation of color #F2FD9C: hue angle of 66.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2FD9C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 253 156 -
CMYK 0.04 0 0.38 0.01
HSL 66.8º 0.96% 0.8% -
HSV(B) 66.8º 0.38% 0.99% -
XYZ 77.74 91.53 45.02 -
YUV 238.65 81.36 130.39 -
System Red Green Blue C M Y K H S L
Decimal 242 253 156 0.04 0 0.38 0.01 66.8 0.96 0.8
Hex F2 FD 9C 4 0 26 1 43 60 50
Octal 362 375 234 4 0 46 1 103 140 120
Binary 11110010 11111101 10011100 100 0 100110 1 1000011 1100000 1010000

Color Harmonies of #F2FD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FD9C

Black with #F2FD9C

Text Example


Text Example

White with #F2FD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FD9C; }

 p { color: rgb(242,253,156); }

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

background-color css

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

 a { background-color: rgb(242,253,156); }

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

border-color css

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

 span { border-color: rgb(242,253,156); }

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