#00F1AC

Color #00F1AC Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #00F1AC

Tints of Medium Spring Green #00F1AC

Color information

#00F1AC (or 0x00F1AC) is unknown color: approx Medium Spring Green. HEX triplet: 00, F1 and AC. RGB value is (0,241,172). Sum of RGB (Red+Green+Blue) = 0+241+172=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 241 (94.53% from 255 or 58.35% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 241 - color contains mainly: green. Hex color #00F1AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F1AC is #FF0E53. Grayscale: #A1A1A1. Windows color (decimal): -16715348 or 11333888. OLE color: 11333888.

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

Color convert

RGB0241172-
CMYK100.290.05
HSL162.82º100%47.25%-
HSV(B)162.82º100%94.51%-
XYZ38.965.8949.7-
YUV161.07134.1613.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 241 (94.53% from 255) = 58.35%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=0%
G=58.35%
B=41.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal0241172100.290.05162.8210047.25
Hex0F1AC6401D5a3642f
Octal0361254144035524314457
Binary011110001101011001100100011101101101000111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00F1AC; }

 p { color: rgb(0,241,172); }

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

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

 a { background-color: rgb(0,241,172); }

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

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

 span { border-color: rgb(0,241,172); }

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