#0FEFAC

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

Shades of Medium Spring Green #0FEFAC

Tints of Medium Spring Green #0FEFAC

Color information

#0FEFAC (or 0x0FEFAC) is unknown color: approx Medium Spring Green. HEX triplet: 0F, EF and AC. RGB value is (15,239,172). Sum of RGB (Red+Green+Blue) = 15+239+172=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FEFAC is #F01053. Grayscale: #A4A4A4. Windows color (decimal): -15732820 or 11333391. OLE color: 11333391.

HSL color Cylindrical-coordinate representation of color #0FEFAC: hue angle of 162.05º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEFAC is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB15239172-
CMYK0.9400.280.06
HSL162.05º88.19%49.8%-
HSV(B)162.05º93.72%93.73%-
XYZ38.5164.8149.51-
YUV164.39132.2921.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.52%
GREEN value IS 239 (93.75% from 255) = 56.10%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=3.52%
G=56.10%
B=40.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152391720.9400.280.06162.0588.1949.8
HexFEFAC5E01C6a25832
Octal17357254136034624213062
Binary111111101111101011001011110011100110101000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FEFAC; }

 p { color: rgb(15,239,172); }

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

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

 a { background-color: rgb(15,239,172); }

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

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

 span { border-color: rgb(15,239,172); }

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